diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:44:59 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-15 07:44:59 +0200 |
commit | 78e85cb1a7667c54853670d2eb09d754bcbda87d (patch) | |
tree | 9d2c468a3653c5a95694b0c30a27f48bc1ef6b17 /src/liblzma/check/crc64_init.c | |
parent | Fix typo in test_index.c. (diff) | |
download | xz-78e85cb1a7667c54853670d2eb09d754bcbda87d.tar.xz |
Fix CRC code in case --enable-small is used.
Diffstat (limited to 'src/liblzma/check/crc64_init.c')
-rw-r--r-- | src/liblzma/check/crc64_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/crc64_init.c b/src/liblzma/check/crc64_init.c index b0963f65..4c91a771 100644 --- a/src/liblzma/check/crc64_init.c +++ b/src/liblzma/check/crc64_init.c @@ -13,7 +13,7 @@ /////////////////////////////////////////////////////////////////////////////// #ifdef HAVE_CONFIG_H -# include "sysdefs.h" +# include "check.h" #endif #ifdef WORDS_BIGENDIAN |