diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-16 13:48:40 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-16 13:48:40 -0700 |
commit | d230f8b6870c4f5c3c3156ce78751b86c6b463fb (patch) | |
tree | 64fe932975b5c9c3b10764f2a4a43cb2a92b1f28 /netdissect-stdinc.h | |
parent | 2b9bfa05b690f71d08243a8089d6feacbe52b2d2 (diff) | |
download | tcpdump-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.h | 2 |
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> |