diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 1effa69f9a..e94ba3638d 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -27,7 +27,7 @@ #endif #ifndef NO_CONFIG_H /* for some tests */ -#include "config.h" +#include "lib/replace/replace.h" #endif /* only do the C++ reserved word check when we compile @@ -125,6 +125,23 @@ #endif #endif /* RELIANTUNIX */ +#include "system/capability.h" +#include "system/dir.h" +#include "system/filesys.h" +#include "system/glob.h" +#include "system/iconv.h" +#include "system/locale.h" +#include "system/network.h" +#include "system/passwd.h" +#include "system/printing.h" +#include "system/readline.h" +#include "system/select.h" +#include "system/shmem.h" +#include "system/syslog.h" +#include "system/terminal.h" +#include "system/time.h" +#include "system/wait.h" + #include <sys/types.h> #ifdef HAVE_STDINT_H @@ -939,11 +956,6 @@ extern int errno; #define NGROUPS_MAX 32 /* Guess... */ #endif -#ifdef SOCKET_WRAPPER -#define SOCKET_WRAPPER_REPLACE -#include "lib/socket_wrapper/socket_wrapper.h" -#endif - /* Our own pstrings and fstrings */ #include "pstring.h" |