sock_util: add posix dependency
`sock_util` includes the `arpa/inet.h` header so it has `posix` as a dependency to include the `sys/posix/include` include path.
This commit is contained in:
parent
4ea93f3aea
commit
711acf46ec
@ -676,6 +676,10 @@ ifneq (,$(filter sock_dns,$(USEMODULE)))
|
|||||||
USEMODULE += sock_util
|
USEMODULE += sock_util
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter sock_util,$(USEMODULE)))
|
||||||
|
USEMODULE += posix
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter event_%,$(USEMODULE)))
|
ifneq (,$(filter event_%,$(USEMODULE)))
|
||||||
USEMODULE += event
|
USEMODULE += event
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user