diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-14 17:50:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:40:51 -0500 |
commit | 4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11 (patch) | |
tree | 401b5f57685a427eca3b2fc4ca7303dea9a4f5da | |
parent | 7057be5ec1f397de47368b809ecd03111d6caceb (diff) | |
download | samba-4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11.tar.gz samba-4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11.tar.xz 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)
-rw-r--r-- | source4/heimdal_build/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 83286023ade..81bda22cf96 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 |