summaryrefslogtreecommitdiffstats
path: root/client/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/common.h')
-rw-r--r--client/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/common.h b/client/common.h
index c0ce4424..e1c149c6 100644
--- a/client/common.h
+++ b/client/common.h
@@ -18,6 +18,10 @@
#ifndef _H_COMMON
#define _H_COMMON
+#ifndef WIN32
+#include "config.h"
+#endif
+
#ifndef _WIN32_WCE
#include <errno.h>
#endif