diff options
Diffstat (limited to 'src/cowboy_http_req.erl')
-rw-r--r-- | src/cowboy_http_req.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_req.erl b/src/cowboy_http_req.erl index dd8e5ca..25c5a58 100644 --- a/src/cowboy_http_req.erl +++ b/src/cowboy_http_req.erl @@ -50,7 +50,7 @@ compact/1, transport/1 ]). %% Misc API. --include("include/http.hrl"). +-include("http.hrl"). %% Request API. |