]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump-stdinc.h
updated version
[tcpdump] / tcpdump-stdinc.h
index 12caf777975395439516c4659a39fe0514fd734b..c437cc10fe9abfe5ed9277fdac7a5736009a6281 100644 (file)
 #include <sys/types.h>
 #include <net/netdb.h>  /* in wpcap's Win32/include */
 
+#ifndef NBBY
+#define NBBY   8
+#endif
+
 #if !defined(__MINGW32__) && !defined(__WATCOMC__)
 #undef toascii
 #define isascii __isascii