diff options
Diffstat (limited to 'stream/filt_null.c')
-rw-r--r-- | stream/filt_null.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/filt_null.c b/stream/filt_null.c index e83b6d5a..d2c068e9 100644 --- a/stream/filt_null.c +++ b/stream/filt_null.c @@ -1,4 +1,5 @@ -#include <fitz.h> +#include "fitz-base.h" +#include "fitz-stream.h" typedef struct fz_nullfilter_s fz_nullfilter; |