aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:59:54 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-18 13:14:54 +0000
commit31f3187c6fff009714c32e29370cc8d490b20f9c (patch)
treec1721ab4ae71dcaad2a4b25abd7c05e4e58c9de3 /ui
parent3adbd937713637eab03306158e94a0d6687ef0eb (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I8be913c41695177064985848995db2c0a570c612 Reviewed-on: https://code.wireshark.org/review/3698 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/cli/tap-iousers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/cli/tap-iousers.c b/ui/cli/tap-iousers.c
index d32cc5be0f..57afbcaeae 100644
--- a/ui/cli/tap-iousers.c
+++ b/ui/cli/tap-iousers.c
@@ -33,6 +33,7 @@
#include <epan/stat_cmd_args.h>
#include <ui/conversation_ui.h>
#include <epan/conversation_table.h>
+#include <ui/cli/tshark-tap.h>
typedef struct _io_users_t {
const char *type;