* strings.c: #include <string.h>. (Thanks to Bill Schottstaedt.)
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 13 Jun 2000 19:08:25 +0000 (19:08 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 13 Jun 2000 19:08:25 +0000 (19:08 +0000)
libguile/strings.c

index 70ec6f2..a20607d 100644 (file)
@@ -45,6 +45,8 @@
 \f
 
 #include <stdio.h>
+#include <string.h>
+
 #include "libguile/_scm.h"
 #include "libguile/chars.h"