portability fixes for header inclusion etc.
[bpt/guile.git] / libguile / vports.c
index dbb67cb..dfe6e13 100644 (file)
 #include <stdio.h>
 #include "_scm.h"
 
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
 \f
 
 /* {Ports - soft ports}