aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-08-16 04:54:30 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-08-16 04:54:30 +0000
commit696e992a8ce559df7bb6b420809d0c39e2e14e42 (patch)
treed62ce62adc7b610a7cf6b269c0e8ba7f07df0383 /gtk
parent5e113ab7ced011eb3cf2d3f448c73f2d353dde07 (diff)
fix build problems under Win32
svn path=/trunk/; revision=22523
Diffstat (limited to 'gtk')
-rw-r--r--gtk/follow_stream.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c
index 05ded5533c..93387ecedd 100644
--- a/gtk/follow_stream.c
+++ b/gtk/follow_stream.c
@@ -33,7 +33,6 @@
#include <gtk/gtk.h>
#include <alert_box.h>
-#include <main.h>
#include <isprint.h>
#include <print.h>
#include <epan/follow.h>
@@ -49,6 +48,9 @@
#include <simple_dialog.h>
#include <wiretap/file_util.h>
+#include "main.h"
+#include "print_mswin.h"
+
/* static variable declarations to speed up the performance
* of follow_load_text and follow_add_to_gtk_text
*/
@@ -73,6 +75,7 @@ follow_read_stream(follow_info_t *follow_info,
default :
g_assert_not_reached();
+ return 0;
}
}