1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00

portability fixes for header inclusion etc.

This commit is contained in:
Gary Houston 1996-08-07 09:46:41 +00:00
parent 458d621d1f
commit 95b8881908
27 changed files with 144 additions and 52 deletions

View file

@ -43,6 +43,10 @@
#include <stdio.h>
#include "_scm.h"
#ifdef HAVE_STRING_H
#include <string.h>
#endif
static SCM required_vtable_fields = SCM_BOOL_F;