From 03e0d5292aa7d9542a9c5306d6ea867e820dd255 Mon Sep 17 00:00:00 2001 From: James McLaughlin Date: Fri, 27 Jan 2012 01:58:05 +0000 Subject: [PATCH] Use "" instead of <> for the http_parser.h include. This avoids having to specify -I when building. --- http_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_parser.c b/http_parser.c index 3f7a616..17416ac 100644 --- a/http_parser.c +++ b/http_parser.c @@ -21,7 +21,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ -#include +#include "http_parser.h" #include #include #include