Include http-parser/http_parser.h locally

This commit is contained in:
Tatsuhiro Tsujikawa 2013-01-05 23:21:09 +09:00
parent 6a4a0e7f8c
commit 633e85246f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include <event2/bufferevent_ssl.h>
#include <http-parser/http_parser.h>
#include "http-parser/http_parser.h"
#include "shrpx_client_handler.h"
#include "shrpx_upstream.h"