libs/web: include limits.h to fix compilation on OS X (#531)

This commit is contained in:
Jo-Philipp Wich 2013-01-13 18:33:21 +00:00
parent a4a3a989fe
commit 237aa91089

View file

@ -32,6 +32,7 @@
#include <fnmatch.h>
#include <dirent.h>
#include <ctype.h>
#include <limits.h>
#if (defined(__GNUC__) && defined(__i386__))
#define sfh_get16(d) (*((const uint16_t *) (d)))