]> The Tcpdump Group git mirrors - libpcap/commitdiff
Include <string.h> to declare various string-manipulating routines.
authorguy <guy>
Tue, 10 Oct 2000 04:53:08 +0000 (04:53 +0000)
committerguy <guy>
Tue, 10 Oct 2000 04:53:08 +0000 (04:53 +0000)
gencode.c
savefile.c

index 2750df65f4f3ed7481658777e5e61b1ea233443a..6d1d309b3041106262aee926c6a6e51ccef8a804 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -21,7 +21,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.120 2000-10-06 04:52:53 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.121 2000-10-10 04:53:08 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -42,6 +42,7 @@ struct rtentry;
 #include <netinet/in.h>
 
 #include <stdlib.h>
+#include <string.h>
 #include <memory.h>
 #include <setjmp.h>
 #include <stdarg.h>
index cda84fb8c3b7a95ce01ac9c33f8003e9e18cb7dc..40ccb84a22079c7df15467b8f5464854629bbdea 100644 (file)
@@ -30,7 +30,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.42 2000-09-17 04:04:39 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/savefile.c,v 1.43 2000-10-10 04:53:09 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -44,6 +44,7 @@ static const char rcsid[] =
 #include <memory.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "pcap-int.h"