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
|