X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5fa8fc69b23ca302382f07b8ab3de69072fdb68b..7ae766c9b5de00ec67c06637fda5c98fc63442f0:/tcpdump-stdinc.h diff --git a/tcpdump-stdinc.h b/tcpdump-stdinc.h index 12caf777..c437cc10 100644 --- a/tcpdump-stdinc.h +++ b/tcpdump-stdinc.h @@ -55,6 +55,10 @@ #include #include /* in wpcap's Win32/include */ +#ifndef NBBY +#define NBBY 8 +#endif + #if !defined(__MINGW32__) && !defined(__WATCOMC__) #undef toascii #define isascii __isascii