1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* convert.c: include <string.h> for convert_i.c.

This commit is contained in:
Gary Houston 2002-02-25 22:07:52 +00:00
parent 4615111283
commit 4f2716b6f6
2 changed files with 8 additions and 0 deletions

View 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.

View file

@ -52,6 +52,10 @@
#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