summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorW. Felix Handte <w@felixhandte.com>2018-04-21 00:55:38 (GMT)
committerW. Felix Handte <w@felixhandte.com>2018-04-24 20:22:28 (GMT)
commit2dfc7cbe826342905faa479175f6f050e8445aff (patch)
treed72bcb1a8ed2b4f2652d975e5ec17946f6ba5ddc /lib
parent2be3905fa4974fd20fea4d9eda5a0030c9d19e93 (diff)
downloadlz4-2dfc7cbe826342905faa479175f6f050e8445aff.zip
lz4-2dfc7cbe826342905faa479175f6f050e8445aff.tar.gz
lz4-2dfc7cbe826342905faa479175f6f050e8445aff.tar.bz2
Change Over Includes in the Project
Diffstat (limited to 'lib')
-rw-r--r--lib/lz4frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/lz4frame.c b/lib/lz4frame.c
index 844c8d1..b616463 100644
--- a/lib/lz4frame.c
+++ b/lib/lz4frame.c
@@ -73,7 +73,8 @@ You can contact the author at :
/*-************************************
* Includes
**************************************/
-#include "lz4frame_static.h"
+#define LZ4F_STATIC_LINKING_ONLY
+#include "lz4frame.h"
#define LZ4_STATIC_LINKING_ONLY
#include "lz4.h"
#define LZ4_HC_STATIC_LINKING_ONLY