diff options
Diffstat (limited to 'lib/crypto/crc32.c')
-rw-r--r-- | lib/crypto/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/crc32.c b/lib/crypto/crc32.c index e6cc5297676..cca62a0c046 100644 --- a/lib/crypto/crc32.c +++ b/lib/crypto/crc32.c @@ -40,7 +40,7 @@ * 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[] = { |