From ac5094618d037e1bcef368745bc14292b47326e9 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 8 Jan 2017 11:42:42 +0100 Subject: [PATCH] TurboPFor: Bit Unpacking --- bitunpack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitunpack.c b/bitunpack.c index 7d94211..0b531ac 100644 --- a/bitunpack.c +++ b/bitunpack.c @@ -26,7 +26,7 @@ #ifndef BPI #include "conf.h" #include "bitutil.h" -#include "bitunpack.h" +#include "bitpack.h" #define PAD8(__x) (((__x)+7)/8) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunsequenced"