]> The Tcpdump Group git mirrors - tcpdump/commitdiff
need string.h
authoritojun <itojun>
Wed, 27 Jun 2001 02:48:43 +0000 (02:48 +0000)
committeritojun <itojun>
Wed, 27 Jun 2001 02:48:43 +0000 (02:48 +0000)
print-icmp6.c

index d46094ecf125b0cc405e3942b33d418ddf35bfae..525037bfd9f858927b665d40f16ee960f399de07 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.55 2001-06-15 22:17:32 fenner Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.56 2001-06-27 02:48:43 itojun Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -43,6 +43,7 @@ static const char rcsid[] =
 #include <arpa/inet.h>
 
 #include <stdio.h>
+#include <string.h>
 #include <netdb.h>
 
 #include "ip6.h"