math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / stdio / ftrylockfile.c
index 725c4c3..eef4e25 100644 (file)
@@ -1,5 +1,6 @@
 #include "stdio_impl.h"
 #include "pthread_impl.h"
+#include <limits.h>
 
 int ftrylockfile(FILE *f)
 {