[FriBidi-commit] fribidi2/lib common.h,1.15,1.16
Behdad Esfahbod
behdad at freedesktop.org
Sun Jan 22 02:10:59 PST 2006
Update of /cvs/fribidi/fribidi2/lib
In directory gabe:/tmp/cvs-serv5858
Modified Files:
common.h
Log Message:
Include string.h.
Index: common.h
===================================================================
RCS file: /cvs/fribidi/fribidi2/lib/common.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- common.h 21 Jun 2004 18:49:23 -0000 1.15
+++ common.h 22 Jan 2006 10:10:57 -0000 1.16
@@ -119,6 +119,16 @@
# endif /* !fribidi_free */
#endif /* fribidi_malloc */
+#if HAVE_STRING_H
+# if !STDC_HEADERS && HAVE_MEMORY_H
+# include <memory.h>
+# endif
+# include <string.h>
+#endif
+#if HAVE_STRINGS_H
+# include <strings.h>
+#endif
+
/* FRIBIDI_CHUNK_SIZE is the number of bytes in each chunk of memory being
* allocated for data structure pools. */
#ifndef FRIBIDI_CHUNK_SIZE
More information about the fribidi-commit
mailing list