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

  1. --- a/sa_common.c
  2. +++ b/sa_common.c
  3. @@ -28,6 +28,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. --- a/common.c
  11. +++ b/common.c
  12. @@ -30,6 +30,7 @@
  13. #include <dirent.h>
  14. #include <ctype.h>
  15. #include <libgen.h>
  16. +#include <limits.h>
  17. #include "version.h"
  18. #include "common.h"
  19. --- a/ioconf.c
  20. +++ b/ioconf.c
  21. @@ -27,6 +27,7 @@
  22. #include <errno.h>
  23. #include <dirent.h>
  24. #include <sys/stat.h>
  25. +#include <sys/types.h>
  26. #include "ioconf.h"
  27. #include "common.h"