diff options
| author | Simon <simon@hardwired.org.uk> | 2011-03-30 16:22:11 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-30 16:22:11 (GMT) |
| commit | 03e158299768946151f1644e52884b6627b88051 (patch) | |
| tree | 9279de26a90659de7b057e85d5ff181f5384435f /src | |
| parent | a0f61882de4ad1c3952755d6b6396df778a1ed7d (diff) | |
| download | powder-03e158299768946151f1644e52884b6627b88051.zip powder-03e158299768946151f1644e52884b6627b88051.tar.gz | |
Windows header for registry functions
Diffstat (limited to 'src')
| -rw-r--r-- | src/misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
