1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fix name conflict and implicit use of functions from string.h

This commit is contained in:
Mohammad Azim Khan
2017-04-06 11:55:43 +01:00
committed by Mohammad Azim Khan
parent 7a0d84fccc
commit 67735d540b
5 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/* BEGIN_HEADER */
#include "mbedtls/debug.h"
#include "string.h"
struct buffer_data
{