aboutsummaryrefslogtreecommitdiffstats
path: root/epan/bitswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/bitswap.c')
-rw-r--r--epan/bitswap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/bitswap.c b/epan/bitswap.c
index 8871292b3e..0fa8198f9f 100644
--- a/epan/bitswap.c
+++ b/epan/bitswap.c
@@ -29,6 +29,8 @@
#include <glib.h>
+#include "bitswap.h"
+
/* "swaptab[i]" is the value of "i" with the bits reversed. */
guint8 swaptab[256] = {
0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0,