aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 04:54:30 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-16 04:54:30 +0000
commit27d85b2aec1af88285815b0ecdb0d3de56f2fca1 (patch)
treed62ce62adc7b610a7cf6b269c0e8ba7f07df0383 /gtk
parentf3fd57618871db7de3563c50c3446ee2da0078d9 (diff)
fix build problems under Win32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22523 f5534014-38df-0310-8fa8-9805f1628bb7
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;
}
}