summaryrefslogtreecommitdiff
path: root/lib/crypto/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/crc32.c')
-rw-r--r--lib/crypto/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/crc32.c b/lib/crypto/crc32.c
index e6cc529767..cca62a0c04 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[] = {