DEBUG_WOLFSSL can't assume C standard headers, fix

This commit is contained in:
toddouska 2015-09-11 14:12:27 -07:00
parent 088467d312
commit c0f15b9326

View File

@ -25,10 +25,6 @@
#ifndef WOLFSSL_LOGGING_H
#define WOLFSSL_LOGGING_H
#ifdef DEBUG_WOLFSSL
#include <stdio.h>
#endif
#include <wolfssl/wolfcrypt/types.h>
#ifdef __cplusplus