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.

10 lines
195 B

  1. --- a/support/misc/file.c
  2. +++ b/support/misc/file.c
  3. @@ -27,6 +27,7 @@
  4. #include <dirent.h>
  5. #include <stdlib.h>
  6. #include <stdbool.h>
  7. +#include <limits.h>
  8. #include "xlog.h"
  9. #include "misc.h"