diff options
Diffstat (limited to 'nanohttp/nanohttp-ssl.c')
-rw-r--r-- | nanohttp/nanohttp-ssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c index a2cdf17..e1139ac 100644 --- a/nanohttp/nanohttp-ssl.c +++ b/nanohttp/nanohttp-ssl.c @@ -25,10 +25,10 @@ #ifdef HAVE_SSL #include <sys/types.h> -#ifndef WIN32 -#include <netinet/in.h> #include <openssl/rand.h> #include <openssl/err.h> +#ifndef WIN32 +#include <netinet/in.h> #endif #if HAVE_INTTYPES_H #include <inttypes.h> |