You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
314 B

  1. diff -urN a/lib/wiper/wiperPosix.c b/lib/wiper/wiperPosix.c
  2. --- a/lib/wiper/wiperPosix.c
  3. +++ b/lib/wiper/wiperPosix.c
  4. @@ -43,6 +43,9 @@
  5. # include <libgen.h>
  6. # endif /* __FreeBSD_version >= 500000 */
  7. #endif
  8. +#if defined(__linux__)
  9. +#include <sys/sysmacros.h>
  10. +#endif
  11. #include <unistd.h>
  12. #include "vmware.h"