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.

24 lines
510 B

  1. diff --git a/mt.c b/mt.c
  2. index d4058c0..4837808 100644
  3. --- a/mt.c
  4. +++ b/mt.c
  5. @@ -20,6 +20,7 @@
  6. #include <fcntl.h>
  7. #include <sys/types.h>
  8. #include <sys/ioctl.h>
  9. +#include <sys/sysmacros.h>
  10. #include <sys/stat.h>
  11. #include <sys/utsname.h>
  12. diff --git a/stinit.c b/stinit.c
  13. index 5a50341..af5582c 100644
  14. --- a/stinit.c
  15. +++ b/stinit.c
  16. @@ -16,6 +16,7 @@
  17. #include <errno.h>
  18. #include <fcntl.h>
  19. #include <dirent.h>
  20. +#include <limits.h>
  21. #include <sys/stat.h>
  22. #include <sys/ioctl.h>
  23. #include <sys/sysmacros.h>