add limits.h so we can compile in 32-bit systems.

This commit is contained in:
Joris Vink 2013-09-24 09:15:31 +02:00
parent 0d63fd829b
commit 3359be363f
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <limits.h>
#include "spdy.h"
#include "kore.h"
#include "http.h"