summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/roken.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 08:50:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:05 -0500
commit0fedba63426fdc88db8f57682c8464c42c636e12 (patch)
treebc2ff399cf9db17d8f27f7fb8f18e751192f41af /source4/heimdal_build/roken.h
parent598aafe9b3d6302e15a6a990e911c0fd3c23f634 (diff)
downloadsamba-0fedba63426fdc88db8f57682c8464c42c636e12.tar.gz
samba-0fedba63426fdc88db8f57682c8464c42c636e12.tar.bz2
samba-0fedba63426fdc88db8f57682c8464c42c636e12.zip
r8456: avoid double inclusion of roken.h (this was breaking the build on irix 6.4)
(This used to be commit 8c432af87d9ae9a5bdce5ce1ca96dc46adda793e)
Diffstat (limited to 'source4/heimdal_build/roken.h')
-rw-r--r--source4/heimdal_build/roken.h7
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