diff --git a/src/node_http_parser.cc b/src/node_http_parser.cc index 6d2e2b3a2e..53f19fbf5b 100644 --- a/src/node_http_parser.cc +++ b/src/node_http_parser.cc @@ -7,6 +7,8 @@ #include #include /* strcasecmp() */ +#include /* strdup() */ +#include /* 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