* convert.c: include <string.h> for convert_i.c.
authorGary Houston <ghouston@arglist.com>
Mon, 25 Feb 2002 22:07:52 +0000 (22:07 +0000)
committerGary Houston <ghouston@arglist.com>
Mon, 25 Feb 2002 22:07:52 +0000 (22:07 +0000)
libguile/ChangeLog
libguile/convert.c

index 4b5cb4a..bc17890 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-25  Gary Houston  <ghouston@arglist.com>
+
+       * convert.c: include <string.h> for convert_i.c.
+
 2002-02-24  Rob Browning  <rlb@defaultvalue.org>
 
        * .cvsignore: add stamp-h1.
index 43d5d71..cbec8fa 100644 (file)
 
 #include "libguile/convert.h"
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
 #define CTYPE char
 #define SCM2CTYPES_FN "scm_c_scm2chars"
 #define SCM2CTYPES scm_c_scm2chars