Fix Linux build

This commit is contained in:
Ryan Dahl 2010-06-15 20:04:29 -07:00
parent e48f0d1dd9
commit c2e2479cc5

View File

@ -7,6 +7,8 @@
#include <http_parser.h>
#include <strings.h> /* strcasecmp() */
#include <string.h> /* strdup() */
#include <stdlib.h> /* free() */
// This is a binding to http_parser (http://github.com/ry/http-parser)
// The goal is to decouple sockets from parsing for more javascript-level