diff --git a/source/heimdal_build/roken.h b/source/heimdal_build/roken.h new file mode 100644 index 00000000000..fb78652faaa --- /dev/null +++ b/source/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