]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump-stdinc.h
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / tcpdump-stdinc.h
index 5e5773b7286752a1c1d610d74f6d745bb91ed1bb..32f8fc920b0111c079f2abf1c7bcd353493e1422 100644 (file)
@@ -39,6 +39,8 @@
 #ifndef tcpdump_stdinc_h
 #define tcpdump_stdinc_h
 
+#include <errno.h>
+
 #ifdef WIN32
 
 #include <stdint.h>
@@ -49,7 +51,6 @@
 #include <ctype.h>
 #include <time.h>
 #include <io.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <sys/types.h>
 #include <net/netdb.h>  /* in wpcap's Win32/include */