1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

oonf_api: added missing dependency

This commit is contained in:
Oleg Hahm 2015-04-09 17:36:39 +02:00
parent 33133c677e
commit ff6fd3f9b3

View File

@ -156,3 +156,7 @@ ifneq (,$(filter fib,$(USEMODULE)))
USEMODULE += vtimer
USEMODULE += net_help
endif
ifneq (,$(filter oonf_common,$(USEMODULE)))
USEMODULE += socket_base
endif