summaryrefslogtreecommitdiff
path: root/wsutil/crc11.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-21 01:57:03 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-21 01:57:03 +0000
commitbb674a2e1e639831684ddde471baf7273b858965 (patch)
tree72a26ae87d837d80ae4c477ec1fd88daf635551e /wsutil/crc11.c
parent166b5d446912ed3dbf84f446b02c915c11ed981f (diff)
downloadwireshark-bb674a2e1e639831684ddde471baf7273b858965.tar.gz
Include <wsutil/crc11.h> so that we check whether the prototypes therein
match the actual function types here. svn path=/trunk/; revision=46648
Diffstat (limited to 'wsutil/crc11.c')
-rw-r--r--wsutil/crc11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/crc11.c b/wsutil/crc11.c
index 5324675553..ba4d4a1939 100644
--- a/wsutil/crc11.c
+++ b/wsutil/crc11.c
@@ -23,6 +23,8 @@
#include <glib.h>
+#include <wsutil/crc11.h>
+
/**
* Functions and types for CRC checks.
*