diff --git a/native/com_wolfssl_WolfSSL.c b/native/com_wolfssl_WolfSSL.c index 2ab57aa..d6f4350 100644 --- a/native/com_wolfssl_WolfSSL.c +++ b/native/com_wolfssl_WolfSSL.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include diff --git a/native/com_wolfssl_WolfSSLContext.c b/native/com_wolfssl_WolfSSLContext.c index ba6bf93..7d5f3bd 100644 --- a/native/com_wolfssl_WolfSSLContext.c +++ b/native/com_wolfssl_WolfSSLContext.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include "com_wolfssl_globals.h" #include "com_wolfssl_WolfSSLContext.h" diff --git a/native/com_wolfssl_WolfSSLSession.c b/native/com_wolfssl_WolfSSLSession.c index a65c80f..acf3620 100644 --- a/native/com_wolfssl_WolfSSLSession.c +++ b/native/com_wolfssl_WolfSSLSession.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include "com_wolfssl_globals.h" #include "com_wolfssl_WolfSSL.h"