diff options
Diffstat (limited to 'lib/bzip2/bzlib.c')
-rw-r--r-- | lib/bzip2/bzlib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bzip2/bzlib.c b/lib/bzip2/bzlib.c index bd589aa810..f7318b7886 100644 --- a/lib/bzip2/bzlib.c +++ b/lib/bzip2/bzlib.c @@ -1,7 +1,6 @@ -#include <config.h> -#include <common.h> #include <malloc.h> #include <watchdog.h> +#include <stdio.h> /* * This file is a modified version of bzlib.c from the bzip2-1.0.2 |