aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-05-01 07:21:15 +0000
committerGuy Harris <guy@alum.mit.edu>2008-05-01 07:21:15 +0000
commitb35278d5d4af8b146fc2786c45e0c5053dbb3428 (patch)
tree4a559533e524cc4590e4609406523a333cef7f11 /gtk
parent2adb0212115ee4b729a85d9d9a40be3b9d87d797 (diff)
...but not with a comment inside a comment, as that might cause a
warning. svn path=/trunk/; revision=25206
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_dlg.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index b1530fb5f4..5c78775d5a 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -33,7 +33,13 @@
#endif
#include <string.h>
-/*#include <stdio.h> /* main_menu.h needs FILE XXX - true?*/
+#if 0
+/*
+ * main_menu.h uses FILE, but I guess <stdio.h> is included by
+ * something else before main_menu.h is included.
+ */
+#include <stdio.h>
+#endif
#include <gtk/gtk.h>