diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-12-21 01:57:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-12-21 01:57:03 +0000 |
commit | bb674a2e1e639831684ddde471baf7273b858965 (patch) | |
tree | 72a26ae87d837d80ae4c477ec1fd88daf635551e /wsutil/crc11.c | |
parent | 166b5d446912ed3dbf84f446b02c915c11ed981f (diff) | |
download | wireshark-bb674a2e1e639831684ddde471baf7273b858965.tar.gz wireshark-bb674a2e1e639831684ddde471baf7273b858965.tar.bz2 wireshark-bb674a2e1e639831684ddde471baf7273b858965.zip |
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.c | 2 |
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. * |