fix breakage in last commit to strftime due to missing INT_MAX
[musl] / src / time / strftime.c
index ab1c6dc..b60197d 100644 (file)
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <langinfo.h>
 #include <time.h>
+#include <limits.h>
 #include "__time.h"
 
 // FIXME: integer overflows