aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-08-31 19:47:10 +0000
committerGuy Harris <guy@alum.mit.edu>2001-08-31 19:47:10 +0000
commit8d31fd0690fff12952c86c4349f80e5243b5c3ad (patch)
treed2aedd4bb9a62340c4461a6257aa56d5644c42ca /gtk
parent2bd9e2c3147f426dbfc983a8ed550b2083d677fd (diff)
From Frank Singleton: add some missing includes of <string.h>.
svn path=/trunk/; revision=3889
Diffstat (limited to 'gtk')
-rw-r--r--gtk/proto_draw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 6a564f7959..584dadd0aa 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -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"