[jbig2-cvs] rev 281 - trunk

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


Author: giles
Date: 2003-11-03 08:32:15 -0800 (Mon, 03 Nov 2003)
New Revision: 281

Modified:
   trunk/jbig2_mmr.c
Log:
Add string.h for memset().


Modified: trunk/jbig2_mmr.c
===================================================================
--- trunk/jbig2_mmr.c	2003-10-31 12:17:33 UTC (rev 280)
+++ trunk/jbig2_mmr.c	2003-11-03 16:32:15 UTC (rev 281)
@@ -23,6 +23,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <string.h>
 
 #include "jbig2.h"
 #include "jbig2_priv.h"



More information about the jbig2-cvs mailing list