From 0dddd7b182f705757a8d09164a27dbbbaf08a97c Mon Sep 17 00:00:00 2001 From: kkrentz Date: Thu, 4 Jul 2024 11:38:36 +0200 Subject: [PATCH] Contiki-NG: Fix compilation error "unknown type name 'u_char'" --- src/coap_uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coap_uri.c b/src/coap_uri.c index a196821ff1..6a910d9fe2 100644 --- a/src/coap_uri.c +++ b/src/coap_uri.c @@ -356,7 +356,7 @@ coap_uri_into_optlist(const coap_uri_t *uri, const coap_address_t *dst, break; } if (add_option) { - u_char tbuf[4]; + uint8_t tbuf[4]; coap_insert_optlist(optlist_chain, coap_new_optlist(COAP_OPTION_URI_PORT,