aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/packet_list.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-26 08:48:57 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-27 12:37:10 +0000
commitec7ff4e25d7d15a229d5bf14465a55c4a298c612 (patch)
tree66e8f2ad2e732d785daba7c1bac71ff19634ffde /ui/gtk/packet_list.c
parenta9aba9408b71c7a32b1eac5e0b0bf8ca4932cb97 (diff)
GTK: fix no previous prototype for ... [-Wmissing-prototypes]
Add by commit g43f09e67b (Remove unneeded includes from ui folder) Change-Id: I66eb113430bde97e18bb3d2b00f6bac46a01797e Reviewed-on: https://code.wireshark.org/review/6809 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk/packet_list.c')
-rw-r--r--ui/gtk/packet_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/packet_list.c b/ui/gtk/packet_list.c
index e8f74fc03e..28d4eeb016 100644
--- a/ui/gtk/packet_list.c
+++ b/ui/gtk/packet_list.c
@@ -39,6 +39,7 @@
#include "ui/packet_list_utils.h"
#include "ui/preference_utils.h"
#include "ui/recent.h"
+#include "ui/recent_utils.h"
#include "packet_list_store.h"
#include "ui/gtk/packet_list.h"