summaryrefslogtreecommitdiff
path: root/tools/windows
diff options
context:
space:
mode:
Diffstat (limited to 'tools/windows')
-rw-r--r--tools/windows/compat.c4
-rw-r--r--tools/windows/process.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/windows/compat.c b/tools/windows/compat.c
index acba42e..07afa9a 100644
--- a/tools/windows/compat.c
+++ b/tools/windows/compat.c
@@ -30,6 +30,10 @@
* ***** END LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
diff --git a/tools/windows/process.c b/tools/windows/process.c
index 26b9a70..8bc9337 100644
--- a/tools/windows/process.c
+++ b/tools/windows/process.c
@@ -30,6 +30,10 @@
* ***** END LICENSE BLOCK *****
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <io.h>
#include <windows.h>