aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 19:32:10 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 19:32:10 +0000
commit39fe54ac35e84dd934210a34fbf3c5447e2ab60a (patch)
tree1ead27e852ee14e51769cf253ffd80fc3fbd509b /epan/dissectors/file-file.c
parent7620abccdc40728399cea4e87d3e264c5485a9cf (diff)
In a file that defines external routines, the header file that declares
them should be included, to make sure the declaration and definition match. Make it so. svn path=/trunk/; revision=54713
Diffstat (limited to 'epan/dissectors/file-file.c')
-rw-r--r--epan/dissectors/file-file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/file-file.c b/epan/dissectors/file-file.c
index 129f136524..227f504ece 100644
--- a/epan/dissectors/file-file.c
+++ b/epan/dissectors/file-file.c
@@ -46,6 +46,8 @@
#include "color.h"
#include "color_filters.h"
+#include "file-file.h"
+
void proto_register_file(void);
void proto_reg_handoff_file(void);