diff options
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 9b5ebf04..5ad6a383 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -1,4 +1,8 @@ +#ifdef WIN32 +#include "../../config-win32.h" +#else #include "../../config.h" +#endif #include <glib.h> #include <time.h> /* need time_t */ |