aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzo2/files
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lzo2/files')
-rw-r--r--archivers/lzo2/files/patch-include__lzo__lzodefs.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/lzo2/files/patch-include__lzo__lzodefs.h b/archivers/lzo2/files/patch-include__lzo__lzodefs.h
new file mode 100644
index 000000000000..f72388541adc
--- /dev/null
+++ b/archivers/lzo2/files/patch-include__lzo__lzodefs.h
@@ -0,0 +1,11 @@
+--- ./include/lzo/lzodefs.h.orig 2014-06-25 15:47:13.000000000 +0200
++++ ./include/lzo/lzodefs.h 2014-06-27 06:31:33.000000000 +0200
+@@ -29,6 +29,8 @@
+ #ifndef __LZODEFS_H_INCLUDED
+ #define __LZODEFS_H_INCLUDED 1
+
++#include <limits.h>
++
+ #if defined(__CYGWIN32__) && !defined(__CYGWIN__)
+ # define __CYGWIN__ __CYGWIN32__
+ #endif