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
178 B

  1. --- a/gl/lib/mountlist.c
  2. +++ b/gl/lib/mountlist.c
  3. @@ -33,6 +33,8 @@
  4. #include <unistd.h>
  5. +#include <sys/sysmacros.h>
  6. +
  7. #if HAVE_SYS_PARAM_H
  8. # include <sys/param.h>
  9. #endif