aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc64_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/check/crc64_table.c')
-rw-r--r--src/liblzma/check/crc64_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc64_table.c b/src/liblzma/check/crc64_table.c
index 2f227319..983ed31f 100644
--- a/src/liblzma/check/crc64_table.c
+++ b/src/liblzma/check/crc64_table.c
@@ -11,7 +11,7 @@
//
///////////////////////////////////////////////////////////////////////////////
-#include "sysdefs.h"
+#include "common.h"
#ifdef WORDS_BIGENDIAN
# include "crc64_table_be.h"