* deprecation.c, extensions.c, rw.c: include string.h.
[bpt/guile.git] / libguile / rw.c
index ec76881..4a19d89 100644 (file)
@@ -44,6 +44,7 @@
 /* This is the C part of the (ice-9 rw) module.  */
 
 #include <errno.h>
+#include <string.h>
 
 #include "libguile/_scm.h"
 #include "libguile/fports.h"