]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Not using offsetof() any more, so no need for <stddef.h>.
authorGuy Harris <[email protected]>
Wed, 12 Nov 2014 03:18:12 +0000 (19:18 -0800)
committerGuy Harris <[email protected]>
Tue, 18 Nov 2014 20:31:45 +0000 (12:31 -0800)
print-aodv.c

index 26499360cb293ef06eb4699ff6a3e46a39b9f4f2..9b3523a532b971783522070bff39c14b390336ea 100644 (file)
@@ -37,9 +37,6 @@
 
 #include <tcpdump-stdinc.h>
 
-/* for offsetof */
-#include <stddef.h>
-
 #include "interface.h"
 #include "addrtoname.h"
 #include "extract.h"                   /* must come after interface.h */