aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crc16.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crc16.c')
-rw-r--r--epan/crc16.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/crc16.c b/epan/crc16.c
index af578c5efa..5fcd105dca 100644
--- a/epan/crc16.c
+++ b/epan/crc16.c
@@ -33,6 +33,10 @@
* DCEs using asynchronous-to-synchronous conversion", Para. 8.1.1.6.1
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <glib.h>
#include <epan/tvbuff.h>
#include <epan/crc16.h>