mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
91b70ac23e
Since nanocoap uses `arpa/inet.h` for the address family name defintions this needs to be in the include path. In RIOT this resides in `sys/posix/include`.
3 lines
103 B
Makefile
3 lines
103 B
Makefile
INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/nanocoap/nanocoap
|
|
INCLUDES += -I$(RIOTBASE)/sys/posix/include
|