From 122a67139d0f540dd1023a3a0be4369132329788 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Tue, 19 Jan 2016 14:23:47 -0700 Subject: [PATCH] fix recursive include in wc_port.h --- wolfssl/wolfcrypt/wc_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 78c39ad74..ded4def53 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -23,7 +23,7 @@ #ifndef WOLF_CRYPT_PORT_H #define WOLF_CRYPT_PORT_H -#include +#include #ifdef __cplusplus extern "C" {