diff options
Diffstat (limited to 'src/cowboy_http_protocol.erl')
-rw-r--r-- | src/cowboy_http_protocol.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl index d7ba508..71518fa 100644 --- a/src/cowboy_http_protocol.erl +++ b/src/cowboy_http_protocol.erl @@ -38,7 +38,7 @@ -export([start_link/4]). %% API. -export([init/4, parse_request/1, handler_loop/3]). %% FSM. --include("include/http.hrl"). +-include("http.hrl"). -include_lib("eunit/include/eunit.hrl"). -record(state, { |