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.

30 lines
560 B

  1. --- a/sa_common.c
  2. +++ b/sa_common.c
  3. @@ -29,6 +29,7 @@
  4. #include <dirent.h>
  5. #include <fcntl.h>
  6. #include <libgen.h>
  7. +#include <limits.h>
  8. #include <sys/types.h>
  9. #include <sys/stat.h>
  10. #include <ctype.h>
  11. --- a/common.c
  12. +++ b/common.c
  13. @@ -32,6 +32,7 @@
  14. #include <dirent.h>
  15. #include <ctype.h>
  16. #include <libgen.h>
  17. +#include <limits.h>
  18. #include "version.h"
  19. #include "common.h"
  20. --- a/ioconf.c
  21. +++ b/ioconf.c
  22. @@ -27,6 +27,7 @@
  23. #include <errno.h>
  24. #include <dirent.h>
  25. #include <sys/stat.h>
  26. +#include <sys/types.h>
  27. #include "ioconf.h"
  28. #include "common.h"