Commit b48bc0e9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing header for INT_MAX

parent 05bbfabc
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
*****************************************************************************/ *****************************************************************************/
#include "http.h" #include "http.h"
#include <limits.h>
/* Utility function for scandir */ /* Utility function for scandir */
static int Filter( const char *foo ) static int Filter( const char *foo )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment