Skip to content

Commit

Permalink
update include to stdio.h and string.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cimarron-korozco authored and niondir committed Apr 7, 2021
1 parent 54fe006 commit 5a4ad32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interface/network/net_Endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
* THE SOFTWARE.
*******************************************************************************/

#include <github.com/lobaro/c-utils/logging.h>
#include <stdio.h>
#include <string.h>
#include "../../coap.h"

const NetAddr_IPv6_t NetAddr_IPv6_unspecified = {.u8 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }};
Expand Down

0 comments on commit 5a4ad32

Please sign in to comment.