summaryrefslogtreecommitdiff
path: root/src/spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.c')
-rw-r--r--src/spawn.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/spawn.c b/src/spawn.c
index 5315637..2ad7d13 100644
--- a/src/spawn.c
+++ b/src/spawn.c
@@ -15,9 +15,13 @@
#include "stralloc.h"
#include "wait.h"
-#include "auto_qmail.h"
-#include "auto_spawn.h"
-#include "auto_uids.h"
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#else
+ #include "auto_qmail.h"
+ #include "auto_spawn.h"
+ #include "auto_uids.h"
+#endif
extern int truncreport;
extern int spawn();