summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h
index 8394272..0e78b3c 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -22,6 +22,10 @@
22#ifndef __UTILS_H 22#ifndef __UTILS_H
23#define __UTILS_H 23#define __UTILS_H
24 24
25#ifdef HAVE_CONFIG_H
26#include <config.h>
27#endif
28
25#ifdef WIN32 29#ifdef WIN32
26#include <windows.h> 30#include <windows.h>
27#endif 31#endif