mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sock_util,$(USEMODULE)))
|
||||
USEMODULE += posix
|
||||
endif
|
||||
|
||||
ifneq (,$(filter event_%,$(USEMODULE)))
|
||||
USEMODULE += event
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user