diff options
Diffstat (limited to 'sys-fs/autorun/files/autorun-3.17-headers.patch')
-rw-r--r-- | sys-fs/autorun/files/autorun-3.17-headers.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-fs/autorun/files/autorun-3.17-headers.patch b/sys-fs/autorun/files/autorun-3.17-headers.patch new file mode 100644 index 000000000000..642f1596b704 --- /dev/null +++ b/sys-fs/autorun/files/autorun-3.17-headers.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/251684 + +--- autorun.cc ++++ autorun.cc +@@ -90,6 +90,8 @@ char *strchr (), *strrchr (); + + #include <errno.h> + ++#include <stdlib.h> ++ + #ifndef MNTTYPE_ISO9660 + #define MNTTYPE_ISO9660 "iso9660" + #endif |