diff options
-rw-r--r-- | source4/heimdal_build/roken.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h new file mode 100644 index 0000000000..fb78652faa --- /dev/null +++ b/source4/heimdal_build/roken.h @@ -0,0 +1,7 @@ +/* + a wrapper to avoid double inclusion of the real roken.h + */ +#ifndef _ROKEN_H_ +#define _ROKEN_H_ +#include "heimdal/lib/roken/roken.h" +#endif |