From 4a30198f9068cc989616c8088e4b890bc1de259d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Sep 2013 19:24:54 +0200 Subject: Make cowlib a proper dependency Start moving a few functions from Cowboy into cowlib. --- examples/chunked_hello_world/src/chunked_hello_world.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/chunked_hello_world/src') diff --git a/examples/chunked_hello_world/src/chunked_hello_world.erl b/examples/chunked_hello_world/src/chunked_hello_world.erl index 78c771f..d75511f 100644 --- a/examples/chunked_hello_world/src/chunked_hello_world.erl +++ b/examples/chunked_hello_world/src/chunked_hello_world.erl @@ -9,6 +9,7 @@ start() -> ok = application:start(crypto), + ok = application:start(cowlib), ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(chunked_hello_world). -- cgit v1.2.3