Skip to content
Snippets Groups Projects
Commit 711acf46 authored by Martine Lenders's avatar Martine Lenders Committed by Martine Lenders
Browse files

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.
parent 4ea93f3a
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment