diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-09-14 19:21:06 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-09-14 19:21:06 -0700 |
commit | 89576203dda204301600e0ca9292dc61f4911ea8 (patch) | |
tree | d43a8f9b1f2127627153bfa966864a9ecef13c79 /tcpdump.c | |
parent | ec11595998eb44b6ad129d0a4b4ac4c301770e64 (diff) | |
download | tcpdump-89576203dda204301600e0ca9292dc61f4911ea8.tar.gz |
Move getopt_long.h to missing.
That's what we did for win_ether_ntohost.h.
Diffstat (limited to 'tcpdump.c')
-rw-r--r-- | tcpdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ The Regents of the University of California. All rights reserved.\n"; #ifdef HAVE_GETOPT_LONG #include <getopt.h> #else -#include "getopt_long.h" +#include "missing/getopt_long.h" #endif /* Capsicum-specific code requires macros from <net/bpf.h>, which will fail * to compile if <pcap.h> has already been included; including the headers |