rev 281 - trunk
[email protected] Thu, 6 Nov 2003 15:00:49 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
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"