aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/file-gif.c')
-rw-r--r--epan/dissectors/file-gif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/file-gif.c b/epan/dissectors/file-gif.c
index 5fc0ddb07c..502736b151 100644
--- a/epan/dissectors/file-gif.c
+++ b/epan/dissectors/file-gif.c
@@ -37,9 +37,10 @@
#include "config.h"
-
#include <epan/packet.h>
+#include <wsutil/str_util.h>
+
void proto_register_gif(void);
void proto_reg_handoff_gif(void);