summaryrefslogtreecommitdiffstats
path: root/source/heimdal_build/roken.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 08:50:57 +0000
committerAndrew Tridgell <tridge@samba.org>2005-07-14 08:50:57 +0000
commit421d9fa346198a1a8279a1680ec355f843cfabdf (patch)
treef027f46d405a4e9af80707e5f9bc200d58c7f0e4 /source/heimdal_build/roken.h
parentcf67dfb17f76e9b3325f3bace9627380c0b48d9f (diff)
downloadsamba-421d9fa346198a1a8279a1680ec355f843cfabdf.tar.gz
samba-421d9fa346198a1a8279a1680ec355f843cfabdf.tar.xz
samba-421d9fa346198a1a8279a1680ec355f843cfabdf.zip
r8456: avoid double inclusion of roken.h (this was breaking the build on irix 6.4)
Diffstat (limited to 'source/heimdal_build/roken.h')
-rw-r--r--source/heimdal_build/roken.h7
1 files changed, 7 insertions, 0 deletions
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