[jbig2-cvs] rev 284 - trunk

giles at ghostscript.com giles at ghostscript.com
Thu Nov 6 15:01:01 PST 2003


Author: giles
Date: 2003-11-03 08:39:41 -0800 (Mon, 03 Nov 2003)
New Revision: 284

Modified:
   trunk/CHANGES
   trunk/jbig2_segment.c
Log:
Add a missing header. Record warning fixes in the changelog.


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2003-11-03 16:38:57 UTC (rev 283)
+++ trunk/CHANGES	2003-11-03 16:39:41 UTC (rev 284)
@@ -1,6 +1,6 @@
 Version 0.5 (not yet released)
 
- * no changes yet
+ * compiler warning fixes
 
 Version 0.4 (released 2003 August 1)
 

Modified: trunk/jbig2_segment.c
===================================================================
--- trunk/jbig2_segment.c	2003-11-03 16:38:57 UTC (rev 283)
+++ trunk/jbig2_segment.c	2003-11-03 16:39:41 UTC (rev 284)
@@ -13,7 +13,7 @@
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
 
-    $Id: jbig2_segment.c,v 1.23 2003/03/10 14:44:01 giles Exp $
+    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
@@ -26,6 +26,7 @@
 #include "jbig2.h"
 #include "jbig2_priv.h"
 #include "jbig2_symbol_dict.h"
+#include "jbig2_metadata.h"
 
 Jbig2Segment *
 jbig2_parse_segment_header (Jbig2Ctx *ctx, uint8_t *buf, size_t buf_size,



More information about the jbig2-cvs mailing list