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/websocket/src/websocket.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/websocket') diff --git a/examples/websocket/src/websocket.erl b/examples/websocket/src/websocket.erl index da2a91c..23afe13 100644 --- a/examples/websocket/src/websocket.erl +++ b/examples/websocket/src/websocket.erl @@ -7,6 +7,7 @@ start() -> ok = application:start(crypto), + ok = application:start(cowlib), ok = application:start(ranch), ok = application:start(cowboy), ok = application:start(websocket). -- cgit v1.2.3