summaryrefslogtreecommitdiff
path: root/lib/crypto/crc32.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-20 16:38:25 -0700
committerJeremy Allison <jra@samba.org>2008-10-20 16:38:25 -0700
commit29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9 (patch)
tree761e1b6c8172470d651c7760806ce5081f5ee55f /lib/crypto/crc32.c
parent6aba3516769b944e7960d27f10799bb8a8898d2d (diff)
parentcefe4c66970b8ca243595cdb940a7c1a26765a08 (diff)
downloadsamba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.tar.gz
samba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.tar.bz2
samba-29c9b88e2bb5d3f585e7aa591870e8b39a0d23c9.zip
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Diffstat (limited to 'lib/crypto/crc32.c')
-rw-r--r--lib/crypto/crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/crc32.c b/lib/crypto/crc32.c
index 5b9d9b108d..e6cc529767 100644
--- a/lib/crypto/crc32.c
+++ b/lib/crypto/crc32.c
@@ -41,6 +41,7 @@
*/
#include "includes.h"
+#include "../lib/crypto/crc32.h"
static const uint32_t crc32_tab[] = {
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,