Skip to content
Snippets Groups Projects
Commit ff6fd3f9 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

oonf_api: added missing dependency

parent 33133c67
No related branches found
No related tags found
No related merge requests found
...@@ -156,3 +156,7 @@ ifneq (,$(filter fib,$(USEMODULE))) ...@@ -156,3 +156,7 @@ ifneq (,$(filter fib,$(USEMODULE)))
USEMODULE += vtimer USEMODULE += vtimer
USEMODULE += net_help USEMODULE += net_help
endif endif
ifneq (,$(filter oonf_common,$(USEMODULE)))
USEMODULE += socket_base
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment