shithub: jbig2

Download patch

ref: df5789c4fe4bc7085bac37a70e630c326ffd3965
parent: b536be35e4f10d15b973800351e9e5e1dc17e79d
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed May 30 17:05:43 EDT 2001

add missing stdio include


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@15 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_arith.c
+++ b/jbig2_arith.c
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <stdlib.h>
 
 #include "jbig2.h"