summaryrefslogtreecommitdiff
path: root/lang/guile1/files/patch-libguile_read.c
blob: c6f21423ad5803abb0068c39c3448bdc5ca7baab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"