summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-30 16:22:11 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-30 16:22:11 (GMT)
commit03e158299768946151f1644e52884b6627b88051 (patch)
tree9279de26a90659de7b057e85d5ff181f5384435f /src
parenta0f61882de4ad1c3952755d6b6396df778a1ed7d (diff)
downloadpowder-03e158299768946151f1644e52884b6627b88051.zip
powder-03e158299768946151f1644e52884b6627b88051.tar.gz
Windows header for registry functions
Diffstat (limited to 'src')
-rw-r--r--src/misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index 171ad75..adb71a7 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -3,6 +3,9 @@
#include <string.h>
#include <regex.h>
#include <sys/types.h>
+#ifdef WIN32
+#include <windows.h>
+#endif
#include "misc.h"
#include "defines.h"
#include "interface.h"