Browse Source

Fix Linux build

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
c2e2479cc5
  1. 2
      src/node_http_parser.cc

2
src/node_http_parser.cc

@ -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

Loading…
Cancel
Save