1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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

@ -65,6 +65,8 @@ maybe_drag_in_eprintf ()
#endif
#include <stdio.h>
#include <string.h>
#include "libguile/_scm.h"
#include "libguile/dynl.h"
#include "libguile/smob.h"