mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|