shithub: jbig2

Download patch

ref: a9edf8c0252898ffb46431e8b5f7bc79d19634f6
parent: e3232929d33a254885ae6b63e2281eda9595af1e
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Nov 3 11:32:15 EST 2003

Add string.h for memset().


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

--- a/jbig2_mmr.c
+++ b/jbig2_mmr.c
@@ -23,6 +23,7 @@
 
 #include <stddef.h>
 #include <stdio.h>
+#include <string.h>
 
 #include "jbig2.h"
 #include "jbig2_priv.h"