]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
Fix incompatible pointer types with time functions calls on Windows
[tcpdump] / tcpdump.c
index 2447678f7ac97e0ed59d1783cb6c9b5f30f2a45f..e4c52c5e4f301890bf14a367a3aab81db7118879 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -61,9 +61,7 @@ The Regents of the University of California.  All rights reserved.\n";
 
 #include <sys/stat.h>
 
-#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
-#endif
 
 #ifdef HAVE_LIBCRYPTO
 #include <openssl/crypto.h>