aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_utils.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2009-07-31 07:02:02 +0000
committerStephen Fisher <steve@stephen-fisher.com>2009-07-31 07:02:02 +0000
commit91e7c8097308a0417eb67f917668125b30898fb1 (patch)
tree7971ff76495cbd7882e5d1aad78c5e3ff89f4563 /gtk/gui_utils.c
parent0553926fccc6e75ddedc8002df93c8831075585a (diff)
Include packet_info.h before ui_utils.h since we just started passing a
packet_info structure to one of the functions. svn path=/trunk/; revision=29251
Diffstat (limited to 'gtk/gui_utils.c')
-rw-r--r--gtk/gui_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c
index cfbb4219e1..dad4e603ae 100644
--- a/gtk/gui_utils.c
+++ b/gtk/gui_utils.c
@@ -37,6 +37,7 @@
#include <epan/prefs.h>
#include "epan/epan.h"
+#include <epan/packet_info.h>
#include "../ui_util.h"
#include <wsutil/file_util.h>