Skip to content

Commit

Permalink
Contiki-NG: Fix compilation error "implicit declaration of strncasecmp"
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrentz authored and mrdeep1 committed May 17, 2024
1 parent 3c72266 commit 280b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/coap3/coap_encode.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <string.h>
#else
# include <strings.h>
Expand Down

0 comments on commit 280b723

Please sign in to comment.