fix include

This commit is contained in:
Yann Collet
2015-10-29 17:15:14 +01:00
parent 71bcdb5c1f
commit 3d9cf7acf2
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
#include <stdio.h> /* debug : printf */
#include "mem.h" /* low level memory routines */
#include "zstd_static.h"
#include "zstd_Ccommon.h"
#include "zstd_internal.h"
#include "fse_static.h"
#include "huff0.h"