aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-23 21:33:59 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-02-23 21:33:59 +0000
commite8c497c9550d320b2b9bbca272cd07231214cd29 (patch)
treeee76570d8b16eab2e6e0e6ef543335e2a950fb71 /gtk
parent7f2b94c59b18204cebd580e65499f097c527f01a (diff)
when including menu.h we also need to include stdio.h to get FILE
svn path=/trunk/; revision=17391
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 9d5dfe2e7d..708c85bf16 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -30,6 +30,7 @@
#include <string.h>
#include <gtk/gtk.h>
+#include <stdio.h> /* menu.h needs FILE */
#include <gtk/menu.h>
#include <epan/packet.h>