summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-09-22 20:39:25 +0000
committerAndy Polyakov <appro@openssl.org>2005-09-22 20:39:25 +0000
commit85b4c03e3322ac9904ac186e34cf73276c75b8a8 (patch)
tree9ea082785d81b9cd53eb51a762e709372286610d /e_os.h
parentefaf159af6c0f20c0f88d084ef09e64a88d6a542 (diff)
Fix SunOS 4 building issue [from HEAD].
PR: 1196 Submitted by: Russel Ruby
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index e156b63394..5068d1bd74 100644
--- a/e_os.h
+++ b/e_os.h
@@ -566,7 +566,7 @@ extern char *sys_errlist[]; extern int sys_nerr;
# define strerror(errnum) \
(((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum])
/* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */
-#include "o_str.h"
+#include "crypto/o_str.h"
# define memcmp OPENSSL_memcmp
#endif