diff options
Diffstat (limited to 'lang/guile1/files/patch-libguile_read.c')
-rw-r--r-- | lang/guile1/files/patch-libguile_read.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/guile1/files/patch-libguile_read.c b/lang/guile1/files/patch-libguile_read.c new file mode 100644 index 000000000000..c6f21423ad58 --- /dev/null +++ b/lang/guile1/files/patch-libguile_read.c @@ -0,0 +1,11 @@ +--- libguile/read.c.orig 2010-12-13 17:24:40 UTC ++++ libguile/read.c +@@ -27,7 +27,7 @@ + #include <ctype.h> + #include <string.h> + #ifdef HAVE_STRINGS_H +-# include <strings.h> ++# include "/usr/include/strings.h" + #endif + + #include "libguile/_scm.h" |