s3: Fix Coverity ID 958: BAD_SIZEOF
[samba.git] / lib / crypto / crc32.c
index 5b9d9b108d14fc34cb5ef089967520a1519a6c3d..cca62a0c046882c698dfe8bad64eb403804aa119 100644 (file)
@@ -40,7 +40,8 @@
  * CRC32 code derived from work by Gary S. Brown.
  */
 
-#include "includes.h"
+#include "replace.h"
+#include "../lib/crypto/crc32.h"
 
 static const uint32_t crc32_tab[] = {
        0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,