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

* strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.)

This commit is contained in:
Mikael Djurfeldt 2000-06-13 19:08:25 +00:00
parent 5a5f3646b5
commit faf2c9d7f8

View file

@ -45,6 +45,8 @@
#include <stdio.h>
#include <string.h>
#include "libguile/_scm.h"
#include "libguile/chars.h"