summaryrefslogtreecommitdiff
path: root/recipes/wvstreams/files/dont-forget-header.patch
blob: 9befe49963d082e9f1959755dacd6f26149b2ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.