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

* Added missing includes of string.h.

This commit is contained in:
Dirk Herrmann 2001-01-26 17:30:54 +00:00
parent e9bab9df3d
commit 13070bd3b0
5 changed files with 13 additions and 0 deletions

View file

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