summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl
index 5a6dc88745..db4c388a90 100644
--- a/src/supervisor2.erl
+++ b/src/supervisor2.erl
@@ -85,7 +85,7 @@
%%--------------------------------------------------------------------------
-ifdef(use_specs).
--export_type([child_spec/0, startchild_ret/0, strategy/0]).
+-export_type([child_spec/0, startchild_ret/0, strategy/0, sup_name/0]).
-endif.
%%--------------------------------------------------------------------------