aboutsummaryrefslogtreecommitdiffstats
path: root/gtk2
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-07 14:56:57 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-07 14:56:57 +0000
commit23ff5969149645a03194923daf4b8565595b2ecf (patch)
tree29aeb5f18aecc275a79d7cb391194993481f439a /gtk2
parent10e173cfa0955c96d9bc167a06292181c224c6da (diff)
Add back stdio.h
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6218 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk2')
-rw-r--r--gtk2/follow_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2/follow_dlg.c b/gtk2/follow_dlg.c
index 2f3f144c58..037f935384 100644
--- a/gtk2/follow_dlg.c
+++ b/gtk2/follow_dlg.c
@@ -1,6 +1,6 @@
/* follow_dlg.c
*
- * $Id: follow_dlg.c,v 1.2 2002/09/05 18:48:51 jmayer Exp $
+ * $Id: follow_dlg.c,v 1.3 2002/09/07 14:56:57 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -27,6 +27,7 @@
#include <gtk/gtk.h>
+#include <stdio.h>
#include <string.h>
#ifdef HAVE_IO_H