aboutsummaryrefslogtreecommitdiff
path: root/debug/crc32.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-11-14 19:45:39 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-11-14 19:45:39 +0200
commit2291346f0cccf88e605d84b75c9c5aaaaddb5df8 (patch)
treea3775bdb67fcab104c81a70baf1766027e2c1c4c /debug/crc32.c
parentFix a design error in liblzma API. (diff)
downloadxz-2291346f0cccf88e605d84b75c9c5aaaaddb5df8.tar.xz
Update the debug programs so that they compile again.
Diffstat (limited to 'debug/crc32.c')
-rw-r--r--debug/crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/crc32.c b/debug/crc32.c
index 0fe46511..e545a3cc 100644
--- a/debug/crc32.c
+++ b/debug/crc32.c
@@ -11,6 +11,7 @@
///////////////////////////////////////////////////////////////////////////////
#include "sysdefs.h"
+#include "lzma.h"
#include <stdio.h>