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:
parent
458d621d1f
commit
95b8881908
27 changed files with 144 additions and 52 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue