diff options
Diffstat (limited to 'LzFind.c')
-rw-r--r-- | LzFind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #include <stdlib.h> #include <string.h> -#include "clzip.h" +#include "lzip.h" #include "LzFind.h" #define kHash2Size (1 << 10) |