aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/font_utils.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-25 09:54:37 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-25 09:54:37 +0000
commit48b35594fd6c229a875c3d13320653df0408b2e3 (patch)
treebefb34e7129cd186805e9fafc051845c421e4597 /gtk/font_utils.c
parent5a3ab160c1f0d7c54b27bf339d0a0e99fecb4878 (diff)
From Lars Roland: <epan/packet.h> has to be included before <windows.h>
on Win32. svn path=/trunk/; revision=11515
Diffstat (limited to 'gtk/font_utils.c')
-rw-r--r--gtk/font_utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/font_utils.c b/gtk/font_utils.c
index bbcac0b208..1b263f8aae 100644
--- a/gtk/font_utils.c
+++ b/gtk/font_utils.c
@@ -31,6 +31,8 @@
#include <stdlib.h>
#include <stdio.h>
+#include <epan/packet.h>
+
#ifdef WIN32
#include <windows.h>
#endif
@@ -44,7 +46,6 @@
#include "font_utils.h"
#include "simple_dialog.h"
-#include <epan/packet.h>
#include "packet_list.h"
#include "proto_draw.h"
#include "follow_dlg.h"