aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wvstreams/files/dont-forget-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/wvstreams/files/dont-forget-header.patch')
-rw-r--r--recipes/wvstreams/files/dont-forget-header.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/wvstreams/files/dont-forget-header.patch b/recipes/wvstreams/files/dont-forget-header.patch
new file mode 100644
index 0000000000..9befe49963
--- /dev/null
+++ b/recipes/wvstreams/files/dont-forget-header.patch
@@ -0,0 +1,13 @@
+Index: wvstreams-4.4.1/include/uniconfkey.h
+===================================================================
+--- wvstreams-4.4.1.orig/include/uniconfkey.h 2009-07-28 17:42:39.000000000 +0530
++++ wvstreams-4.4.1/include/uniconfkey.h 2009-07-28 17:42:55.000000000 +0530
+@@ -9,7 +9,7 @@
+
+ #include "wvstring.h"
+ #include "wvlinklist.h"
+-
++#include <limits.h>
+
+ // The Python headers try to #define ANY as void. If we're building Python
+ // wrappers, get rid of that.