aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc64_table.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-04-25 13:58:56 +0300
committerLasse Collin <lasse.collin@tukaani.org>2008-04-25 13:58:56 +0300
commitc324325f9f13cdeb92153c5d00962341ba070ca2 (patch)
tree3ac975e7bcd060224d32cfa2476a5bcbe587d3db /src/liblzma/check/crc64_table.c
parentAdded memusage.c to debug directory. (diff)
downloadxz-c324325f9f13cdeb92153c5d00962341ba070ca2.tar.xz
Removed src/liblzma/common/sysdefs.h symlink, which was
annoying, because "make dist" put two copies of sysdefs.h into the tarball instead of the symlink.
Diffstat (limited to '')
-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"