diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-14 19:45:39 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-14 19:45:39 +0200 |
commit | 2291346f0cccf88e605d84b75c9c5aaaaddb5df8 (patch) | |
tree | a3775bdb67fcab104c81a70baf1766027e2c1c4c /debug/crc32.c | |
parent | Fix a design error in liblzma API. (diff) | |
download | xz-2291346f0cccf88e605d84b75c9c5aaaaddb5df8.tar.xz |
Update the debug programs so that they compile again.
Diffstat (limited to 'debug/crc32.c')
-rw-r--r-- | debug/crc32.c | 1 |
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> |