diff options
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r-- | src/cowboy_http.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index 7ad3d2f..aea71c1 100644 --- a/src/cowboy_http.erl +++ b/src/cowboy_http.erl @@ -80,7 +80,9 @@ -export_type([headers/0]). -export_type([status/0]). +-ifdef(TEST). -include_lib("eunit/include/eunit.hrl"). +-endif. %% Parsing. |