From 280b723a7331e9c673b56bd7664797f29791e2e2 Mon Sep 17 00:00:00 2001 From: kkrentz Date: Fri, 17 May 2024 12:05:18 +0200 Subject: [PATCH] Contiki-NG: Fix compilation error "implicit declaration of strncasecmp" --- include/coap3/coap_encode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/coap3/coap_encode.h b/include/coap3/coap_encode.h index 5f2bb358b4..162e371e30 100644 --- a/include/coap3/coap_encode.h +++ b/include/coap3/coap_encode.h @@ -17,7 +17,7 @@ #ifndef COAP_ENCODE_H_ #define COAP_ENCODE_H_ -#if (BSD >= 199103) || defined(WITH_CONTIKI) || defined(_WIN32) +#if (BSD >= 199103) || defined(_WIN32) # include #else # include