summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-14 17:50:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:51 -0500
commit4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11 (patch)
tree401b5f57685a427eca3b2fc4ca7303dea9a4f5da /source4
parent7057be5ec1f397de47368b809ecd03111d6caceb (diff)
downloadsamba-4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11.tar.gz
samba-4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11.tar.bz2
samba-4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11.zip
r20773: we need to include config.h and replace.h before we can use #ifdef statements
hopefully fix the build on solaris 9 metze (This used to be commit 65ba2920a176c9d4ee77e381cf8f11bd0546e63c)
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index 83286023ad..81bda22cf9 100644
--- a/source4/heimdal_build/config.h
+++ b/source4/heimdal_build/config.h
@@ -6,6 +6,9 @@
#ifndef HAVE_HEIMDAL_CONFIG_H
#define HAVE_HEIMDAL_CONFIG_H
+#include "include/config.h"
+#include "lib/replace/replace.h"
+
#define RCSID(msg)
#define KRB5
@@ -16,7 +19,4 @@
#define SIGRETURN(x) return (RETSIGTYPE)(x)
#endif
-#include "include/config.h"
-#include "lib/replace/replace.h"
-
#endif