Update from HEAD.

This commit is contained in:
Dr. Stephen Henson 2009-06-17 11:33:17 +00:00
parent 8280b43a62
commit 43dc001b62

View File

@ -118,7 +118,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifndef OPENSSL_SYSNAME_WIN32 #if !defined(OPENSSL_SYSNAME_WIN32) && !defined(NETWARE_CLIB)
#include <strings.h> #include <strings.h>
#endif #endif
#include <sys/types.h> #include <sys/types.h>