diff options
Diffstat (limited to 'src/stdio/ftrylockfile.c')
-rw-r--r-- | src/stdio/ftrylockfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/ftrylockfile.c b/src/stdio/ftrylockfile.c index 725c4c3e..eef4e250 100644 --- a/src/stdio/ftrylockfile.c +++ b/src/stdio/ftrylockfile.c @@ -1,5 +1,6 @@ #include "stdio_impl.h" #include "pthread_impl.h" +#include <limits.h> int ftrylockfile(FILE *f) { |