summaryrefslogtreecommitdiff
path: root/docs/examples/example.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-04-11 13:41:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-04-11 13:44:49 +0200
commitf873a4c40c43e29b449ead2fd792333b018afc8b (patch)
tree3eafff8578e0795875742dc2156a8bf9454e23ab /docs/examples/example.c
parenta3d3a4c01ff0481e97991f052cacc0560197fd5b (diff)
downloadmupdf-f873a4c40c43e29b449ead2fd792333b018afc8b.tar.xz
Update examples.
Diffstat (limited to 'docs/examples/example.c')
-rw-r--r--docs/examples/example.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/example.c b/docs/examples/example.c
index 2cfe2b73..492f846b 100644
--- a/docs/examples/example.c
+++ b/docs/examples/example.c
@@ -18,6 +18,9 @@ gcc -I/usr/local/include -o example \
#include <mupdf/fitz.h>
+#include <stdio.h>
+#include <stdlib.h>
+
int main(int argc, char **argv)
{
char *input;