projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b2807
)
Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).
author
Lutz Jänicke
<jaenicke@openssl.org>
Sat, 25 Aug 2001 11:31:19 +0000
(11:31 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Sat, 25 Aug 2001 11:31:19 +0000
(11:31 +0000)
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 803ceae90e57067ed8fccd2c52ec38e0bdf8678c..5857b1c86d99e3b241bfa7b452ddf3932da710af 100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-425,6
+425,9
@@
extern HINSTANCE _hInstance;
#endif
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
+ /* include headers first, so our evil defines don't break it */
+#include <stdlib.h>
+#include <string.h>
/* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */
# define memmove(s1,s2,n) bcopy((s2),(s1),(n))
# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))