From 8daede4cf904f9cfe24b42188aa64da7d1d30c0f Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 11 Sep 2013 16:18:17 +0000 Subject: Make sure we can link on Windows. svn path=/trunk/; revision=51949 --- ui/qt/follow_stream_dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui') diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h index caed5744f8..18571f826d 100644 --- a/ui/qt/follow_stream_dialog.h +++ b/ui/qt/follow_stream_dialog.h @@ -70,7 +70,9 @@ #include +extern "C" { WS_DLL_PUBLIC FILE *data_out_file; +} typedef struct { follow_type_t follow_type; -- cgit v1.2.3