autorun-3.17-headers.patch 225 B

1234567891011121314
  1. https://bugs.gentoo.org/251684
  2. --- autorun.cc
  3. +++ autorun.cc
  4. @@ -90,6 +90,8 @@ char *strchr (), *strrchr ();
  5. #include <errno.h>
  6. +#include <stdlib.h>
  7. +
  8. #ifndef MNTTYPE_ISO9660
  9. #define MNTTYPE_ISO9660 "iso9660"
  10. #endif