aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-02 22:51:30 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-02 22:51:30 +0000
commit12e944262db9551c0b80ee56cb665924b73aecb8 (patch)
tree99ac11d372b3f82eed0769555315075b92ff124d
parent02d2de411a385429a049709348a2a0f3d6777c0a (diff)
Include <string.h> to declare "strlen()".
svn path=/trunk/; revision=9959
-rw-r--r--gtk/summary_dlg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/summary_dlg.c b/gtk/summary_dlg.c
index 2ab969c668..969fd627b6 100644
--- a/gtk/summary_dlg.c
+++ b/gtk/summary_dlg.c
@@ -1,7 +1,7 @@
/* summary_dlg.c
* Routines for capture file summary window
*
- * $Id: summary_dlg.c,v 1.25 2004/02/01 15:33:08 ulfl Exp $
+ * $Id: summary_dlg.c,v 1.26 2004/02/02 22:51:30 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,6 +26,8 @@
# include "config.h"
#endif
+#include <string.h>
+
#include <gtk/gtk.h>
#include <wtap.h>