windows: Move the compatibility header to the compat subfolder

This commit is contained in:
Martin Willi
2014-11-21 12:02:08 +01:00
parent aec3d5fb7f
commit 89f19ef876
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include <string.h>
#ifdef WIN32
# include "windows.h"
# include "compat/windows.h"
#else
# define _GNU_SOURCE
# include <arpa/inet.h>