summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c')
-rw-r--r--src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c b/src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c
index 70860019e02..40dab199ff3 100644
--- a/src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c
+++ b/src/third_party/wiredtiger/src/checksum/x86/crc32-x86.c
@@ -26,15 +26,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <wiredtiger_config.h>
#include <inttypes.h>
#include <stddef.h>
-/*
- * The checksum code doesn't include WiredTiger configuration or include files.
- * This means the HAVE_NO_CRC32_HARDWARE #define isn't configurable as part of
- * standalone WiredTiger configuration, there's no way to turn off the checksum
- * hardware.
- */
#if !defined(HAVE_NO_CRC32_HARDWARE)
#if (defined(__amd64) || defined(__x86_64))
/*