From 9140575b30f81567f63a2640ca544fb3b9c07acb Mon Sep 17 00:00:00 2001 From: jcmichelou Date: Fri, 5 May 2017 20:33:48 +0200 Subject: [PATCH] Merge fix to coap_config.h.contiki from PR #47. --- coap_config.h.contiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coap_config.h.contiki b/coap_config.h.contiki index 43bef3a4ed..87fdbf077a 100644 --- a/coap_config.h.contiki +++ b/coap_config.h.contiki @@ -56,6 +56,7 @@ #define HAVE_STRNLEN 1 #define HAVE_SNPRINTF 1 +#define HAVE_STRINGS_H 1 /* there is no file-oriented output */ #define COAP_DEBUG_FD NULL @@ -120,7 +121,7 @@ typedef void FILE; # endif /* UIP_CONF_BYTE_ORDER */ #endif /* BYTE_ORDER */ -/* Define assert() as emtpy directive unless HAVE_ASSERT_H is given. */ +/* Define assert() as empty directive unless HAVE_ASSERT_H is given. */ #ifndef HAVE_ASSERT_H # define assert(x) #endif