summaryrefslogtreecommitdiff
path: root/platform/x11/curl_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/x11/curl_stream.c')
-rw-r--r--platform/x11/curl_stream.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/x11/curl_stream.c b/platform/x11/curl_stream.c
index 5bf87de0..db5a1413 100644
--- a/platform/x11/curl_stream.c
+++ b/platform/x11/curl_stream.c
@@ -1,6 +1,10 @@
/* Simple example fz_stream implementation using curl */
#include "mupdf/fitz.h"
+
+#include <string.h>
+#include <stdlib.h>
+
#include "curl_stream.h"
#define CURL_STATICLIB