From 4eb0392eee97097795c34936f30020e33954794b Mon Sep 17 00:00:00 2001 From: Alexander Shavelev Date: Fri, 29 Apr 2016 12:50:24 +0300 Subject: [PATCH] fix for relx --- src/of_protocol.app.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/of_protocol.app.src b/src/of_protocol.app.src index 6156966..a2d2844 100644 --- a/src/of_protocol.app.src +++ b/src/of_protocol.app.src @@ -5,4 +5,5 @@ [kernel, stdlib, lager, - eenum]}]}. + eenum]}, + {registered, []}]}.