ref: 15db0db751e9ea2df2f56c25cce79c02b8bab9be
parent: 19968191d0e439174a62e9db1acda370373014ab
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Aug 5 18:55:02 EDT 2002
include string.h for str* prototypes. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@170 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2.c
+++ b/jbig2.c
@@ -8,7 +8,7 @@
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
- $Id: jbig2.c,v 1.16 2002/07/20 17:23:15 giles Exp $
+ $Id: jbig2.c,v 1.17 2002/08/05 22:55:02 giles Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <string.h>
#include "jbig2.h"
#include "jbig2_priv.h"