From Frank Singleton: add some missing includes of <string.h>.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Aug 2001 19:47:10 +0000 (19:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 31 Aug 2001 19:47:10 +0000 (19:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3889 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/proto_draw.c
packet-isakmp.c

index 6a564f79596b707b99f3de070fb528750f65f90d..584dadd0aa935e83fa67e0aab62e3298ff72221e 100644 (file)
@@ -1,7 +1,7 @@
 /* proto_draw.c
  * Routines for GTK+ packet display
  *
- * $Id: proto_draw.c,v 1.37 2001/07/20 07:11:55 guy Exp $
+ * $Id: proto_draw.c,v 1.38 2001/08/31 19:47:10 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -44,6 +44,8 @@
 #endif
 
 #include <stdio.h>
+#include <string.h>
+
 #include "main.h"
 #include "packet.h"
 #include "util.h"
index d1e5c50598fb3c543fa99945a42996f98bc6ceca..a9370fbb1f21576ba950df1c1311d7beb6f88875 100644 (file)
@@ -3,7 +3,7 @@
  * (ISAKMP) (RFC 2408)
  * Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
  *
- * $Id: packet-isakmp.c,v 1.41 2001/08/30 02:23:17 guy Exp $
+ * $Id: packet-isakmp.c,v 1.42 2001/08/31 19:47:07 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -33,6 +33,7 @@
 #endif
 
 #include <stdio.h>
+#include <string.h>
 
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>