summaryrefslogtreecommitdiff
path: root/stream/stm_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stm_write.c')
-rw-r--r--stream/stm_write.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/stm_write.c b/stream/stm_write.c
index 3b4a8baf..e0dad571 100644
--- a/stream/stm_write.c
+++ b/stream/stm_write.c
@@ -2,7 +2,8 @@
* Output streams.
*/
-#include "fitz.h"
+#include "fitz-base.h"
+#include "fitz-stream.h"
int fz_wtell(fz_stream *stm)
{