summaryrefslogtreecommitdiff
path: root/gtk/packet_win.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 12:57:52 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 12:57:52 +0000
commitb55266d3c04910979e6c860284a850b84a89fee7 (patch)
tree6694babd54fd2f0010a1d67c76bd340790c77d7e /gtk/packet_win.c
parente1dad35f9539a8af10aa858ccaabfc394e38ed11 (diff)
downloadwireshark-b55266d3c04910979e6c860284a850b84a89fee7.tar.gz
- Include ../ui_util.h into files that implement functions declard in
ui_util.h - Replace one instance of ui_util.h by gui_utils.h svn path=/trunk/; revision=15468
Diffstat (limited to 'gtk/packet_win.c')
-rw-r--r--gtk/packet_win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index 07321be5a0..78af4bccae 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -61,6 +61,8 @@
#include <epan/epan_dissect.h>
#include "compat_macros.h"
+#include "../ui_util.h"
+
/* Data structure holding information about a packet-detail window. */
struct PacketWinData {
frame_data *frame; /* The frame being displayed */