summaryrefslogtreecommitdiff
path: root/test/pdf2png.c
diff options
context:
space:
mode:
authorDom Lachowicz <cinamod@hotmail.com>2006-06-14 04:37:08 -0700
committerCarl Worth <cworth@cworth.org>2006-06-14 04:37:27 -0700
commit32d049a7bf9549f8c797c50654546b6526518f0a (patch)
treefd962b8618546a824138679e9146fb455982458d /test/pdf2png.c
parente9269aefcbc96a417012107c17ec2bc4de608cc1 (diff)
Bug 5306: test/pdf2png: Add missing include of stdio.h
Diffstat (limited to 'test/pdf2png.c')
-rw-r--r--test/pdf2png.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pdf2png.c b/test/pdf2png.c
index 3edb17cc3..543a996e2 100644
--- a/test/pdf2png.c
+++ b/test/pdf2png.c
@@ -23,6 +23,7 @@
* Author: Kristian Høgsberg <krh@redhat.com>
*/
+#include <stdio.h>
#include <stdlib.h>
#include <poppler.h>