aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world/src/chunked_hello_world.erl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chunked_hello_world/src/chunked_hello_world.erl')
-rw-r--r--examples/chunked_hello_world/src/chunked_hello_world.erl1
1 files changed, 1 insertions, 0 deletions
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).