diff options
Diffstat (limited to 'src/lib/evil/evil_fcntl.c')
-rw-r--r-- | src/lib/evil/evil_fcntl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/evil/evil_fcntl.c b/src/lib/evil/evil_fcntl.c index e222f2b..dd23b7b 100644 --- a/src/lib/evil/evil_fcntl.c +++ b/src/lib/evil/evil_fcntl.c | |||
@@ -8,8 +8,7 @@ | |||
8 | #include <winsock2.h> /* for ioctlsocket */ | 8 | #include <winsock2.h> /* for ioctlsocket */ |
9 | #include <io.h> | 9 | #include <io.h> |
10 | 10 | ||
11 | #include "evil_macro.h" | 11 | #include "evil_private.h" |
12 | #include "evil_fcntl.h" | ||
13 | 12 | ||
14 | /* SOCKET is defined as a uintptr_t, so passing a fd (int) is not a problem */ | 13 | /* SOCKET is defined as a uintptr_t, so passing a fd (int) is not a problem */ |
15 | static int | 14 | static int |