summaryrefslogtreecommitdiff
path: root/source/fitz/stream-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/stream-open.c')
-rw-r--r--source/fitz/stream-open.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/fitz/stream-open.c b/source/fitz/stream-open.c
index d1d35cbb..3fe58712 100644
--- a/source/fitz/stream-open.c
+++ b/source/fitz/stream-open.c
@@ -1,5 +1,9 @@
#include "fitz-imp.h"
+#include <string.h>
+#include <errno.h>
+#include <stdio.h>
+
int
fz_file_exists(fz_context *ctx, const char *path)
{