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.

11 lines
190 B

  1. --- a/src/kernel_interface.c
  2. +++ b/src/kernel_interface.c
  3. @@ -45,6 +45,8 @@
  4. #include <unistd.h>
  5. #endif
  6. +#include <sys/types.h>
  7. +
  8. #ifdef HAVE_SYS_MOUNT_H
  9. #include <sys/mount.h>
  10. #endif