From 4af2716c4755e8b5b24e2bb5c7a1afd4b7734a11 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 14 Jan 2007 17:50:37 +0000 Subject: 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) --- source4/heimdal_build/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/heimdal_build') 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 -- cgit