aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/gencode.h')
-rw-r--r--epan/dfilter/gencode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dfilter/gencode.h b/epan/dfilter/gencode.h
index 13e838889b..94191b6a97 100644
--- a/epan/dfilter/gencode.h
+++ b/epan/dfilter/gencode.h
@@ -1,4 +1,4 @@
-/* gencode.h
+/** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -10,6 +10,8 @@
#ifndef GENCODE_H
#define GENCODE_H
+#include "dfilter-int.h"
+
void
dfw_gencode(dfwork_t *dfw);