aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc64_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/check/crc64_init.c')
-rw-r--r--src/liblzma/check/crc64_init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/liblzma/check/crc64_init.c b/src/liblzma/check/crc64_init.c
index 49c59e93..b0963f65 100644
--- a/src/liblzma/check/crc64_init.c
+++ b/src/liblzma/check/crc64_init.c
@@ -13,12 +13,9 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "sysdefs.h"
#endif
-#include <sys/types.h>
-#include <inttypes.h>
-
#ifdef WORDS_BIGENDIAN
# include "check_byteswap.h"
#endif