Skip to content

Commit 0d069b9

Browse files
author
Arjan Scherpenisse
committed
Update elli_websocket.app.src
Add elli dependency to get include file to work (rebar3)
1 parent 1ce5f37 commit 0d069b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/elli_websocket.app.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
{registered, []},
66
{applications, [
77
kernel,
8-
stdlib
8+
stdlib,
9+
elli
910
]},
1011
{env, []}
1112
]}.

0 commit comments

Comments
 (0)