]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vrrp.c
Remove some includes of <sys/socket.h>, and add includes of
[tcpdump] / print-vrrp.c
index fefb2d9afc8975f1276bcc90f430486ecacee6c4..3c0696140b36e7ba4f6df5bf8feb59e5f9c43e2f 100644 (file)
@@ -25,7 +25,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-vrrp.c,v 1.2 2000-07-29 06:22:17 assar Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-vrrp.c,v 1.3 2000-10-10 05:05:08 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -36,6 +36,8 @@ static const char rcsid[] =
 #include <stdlib.h>
 #include <unistd.h>
 
+#include <netinet/in.h>
+
 #include "interface.h"
 #include "extract.h"
 #include "addrtoname.h"