From 0fedba63426fdc88db8f57682c8464c42c636e12 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Jul 2005 08:50:57 +0000 Subject: r8456: avoid double inclusion of roken.h (this was breaking the build on irix 6.4) (This used to be commit 8c432af87d9ae9a5bdce5ce1ca96dc46adda793e) --- source4/heimdal_build/roken.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source4/heimdal_build/roken.h (limited to 'source4/heimdal_build') 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 -- cgit