summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
blob: 1b9c2f0663b512565b24cf08496ca6ee7c5852a5 (plain)
1
2
3
4
5
6
7
8
/*
  a wrapper to avoid double inclusion of the real roken.h
 */
#ifndef _ROKEN_H_
#define _ROKEN_H_
#include "heimdal_build/config.h"
#include "heimdal/lib/roken/roken.h"
#endif