summaryrefslogtreecommitdiff
path: root/source/fitz/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/buffer.c')
-rw-r--r--source/fitz/buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/buffer.c b/source/fitz/buffer.c
index d432e810..8212f782 100644
--- a/source/fitz/buffer.c
+++ b/source/fitz/buffer.c
@@ -1,5 +1,8 @@
#include "fitz-imp.h"
+#include <string.h>
+#include <stdarg.h>
+
fz_buffer *
fz_new_buffer(fz_context *ctx, size_t size)
{