aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
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;
}
}