pkg/libcoap: fix implicit-function-declaration of strnlen

This commit is contained in:
smlng 2017-11-17 18:42:41 +01:00
parent e01c23ef35
commit 5939cd4dbe

View File

@ -15,9 +15,8 @@ index 0000000..7f37ccc
+++ b/Makefile
@@ -0,0 +1,4 @@
+MODULE:=$(shell basename $(CURDIR))
+CFLAGS += -DWITH_POSIX
+CFLAGS += -DWITH_POSIX -D_GNU_SOURCE=1
+
+include $(RIOTBASE)/Makefile.base
--
--
1.9.1