summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/fs_win32.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5e6ad2f6..95d5e076 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -358,7 +358,7 @@ hdr = base64.h buffer.h burl.h network.h log.h http_kv.h keyvalue.h \
fdevent.h gw_backend.h connections.h base.h base_decls.h stat_cache.h \
plugin.h plugins.h plugin_config.h \
http_etag.h array.h \
- fdevent_impl.h fs_win32.h network_write.h configfile.h \
+ fdevent_impl.h network_write.h configfile.h \
sock_addr_cache.h \
configparser.h \
rand.h \
diff --git a/src/fs_win32.c b/src/fs_win32.c
index 8c51e824..afbe2e58 100644
--- a/src/fs_win32.c
+++ b/src/fs_win32.c
@@ -6,10 +6,10 @@
*/
#include "first.h"
-#include "fs_win32.h"
-
#ifdef _WIN32
+#include "fs_win32.h"
+
/* MS filesystem API does not support UTF-8? WTH? write our own; not hard */
#include <sys/types.h>