From 9534243f6849d1938195c1f27adaa5745056f138 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Apr 2017 16:22:20 +0200 Subject: Include required system headers. --- source/fitz/buffer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/fitz/buffer.c') 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 +#include + fz_buffer * fz_new_buffer(fz_context *ctx, size_t size) { -- cgit v1.2.3