summaryrefslogtreecommitdiff
path: root/recipes/wvstreams/files/dont-forget-header.patch
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-08-08 10:08:45 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-08-08 10:08:45 +0200
commitf77a615dee76f1c6d560b69ec8c1a245bd46f39c (patch)
tree8db0ff94871600fd03606f3cd41bd49a9b2d2bf8 /recipes/wvstreams/files/dont-forget-header.patch
parent076d31f2981d51b093d86b0751121fe1e10669b1 (diff)
parenta702c1ad0559dd6712857e2e9a8ee82513814569 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
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.