summaryrefslogtreecommitdiff
path: root/netdissect-stdinc.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-16 13:48:40 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-16 13:48:40 -0700
commitd230f8b6870c4f5c3c3156ce78751b86c6b463fb (patch)
tree64fe932975b5c9c3b10764f2a4a43cb2a92b1f28 /netdissect-stdinc.h
parent2b9bfa05b690f71d08243a8089d6feacbe52b2d2 (diff)
downloadtcpdump-d230f8b6870c4f5c3c3156ce78751b86c6b463fb.tar.gz
Get rid of obsolescent configure test.
All UN*Xes, these days, let you include both <time.h> and <sys/time.h>.
Diffstat (limited to 'netdissect-stdinc.h')
-rw-r--r--netdissect-stdinc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h
index d66a9f02..da1d8dcd 100644
--- a/netdissect-stdinc.h
+++ b/netdissect-stdinc.h
@@ -231,9 +231,7 @@ typedef char* caddr_t;
#include <sys/socket.h>
#include <netinet/in.h>
-#ifdef TIME_WITH_SYS_TIME
#include <time.h>
-#endif
#include <arpa/inet.h>