ref: a1f9f214d267dced3b00c96708c95e89d674790a
parent: 4813245d60e430c1b9528a4aa018ee6d45b28add
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Aug 10 18:36:14 EDT 2004
Include stdio.h when required for pbm debug output. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@316 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_page.c
+++ b/jbig2_page.c
@@ -27,6 +27,7 @@
#include "jbig2_priv.h"
#ifdef OUTPUT_PBM
+#inclue <stdio.h>
#include "jbig2_image.h"
#endif