ref: 19918285ec07521885d12a624507435a3da9f473
parent: a1f9f214d267dced3b00c96708c95e89d674790a
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Aug 11 12:38:39 EDT 2004
correct a typo in the previous commit git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@317 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_page.c
+++ b/jbig2_page.c
@@ -27,7 +27,7 @@
#include "jbig2_priv.h"
#ifdef OUTPUT_PBM
-#inclue <stdio.h>
+#include <stdio.h>
#include "jbig2_image.h"
#endif