diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:27 +0200 |
commit | eeb31cf0d3cccd294b5592ca6f963d5177f70a09 (patch) | |
tree | 6892d2f02aef4bccfb0ffbbb3912489ba5979c2e /package/libpciaccess | |
parent | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (diff) | |
parent | bffa7f0f6c2bb3049d103ab0bcb9d221cb251795 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpciaccess')
-rw-r--r-- | package/libpciaccess/patches/patch-src_linux_sysfs_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libpciaccess/patches/patch-src_linux_sysfs_c b/package/libpciaccess/patches/patch-src_linux_sysfs_c new file mode 100644 index 000000000..f03152988 --- /dev/null +++ b/package/libpciaccess/patches/patch-src_linux_sysfs_c @@ -0,0 +1,10 @@ +--- libpciaccess-0.13.1.orig/src/linux_sysfs.c 2012-04-09 19:02:57.000000000 +0200 ++++ libpciaccess-0.13.1/src/linux_sysfs.c 2013-10-21 15:25:14.000000000 +0200 +@@ -34,6 +34,7 @@ + + #define _GNU_SOURCE + ++#include <limits.h> + #include <stdlib.h> + #include <string.h> + #include <stdio.h> |