summaryrefslogtreecommitdiff
path: root/tools/unix/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unix/process.c')
-rw-r--r--tools/unix/process.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/unix/process.c b/tools/unix/process.c
index 1e0d1d6..624f016 100644
--- a/tools/unix/process.c
+++ b/tools/unix/process.c
@@ -30,6 +30,10 @@
* ***** END LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <unistd.h>
#include <errno.h>
#include <spawn.h>