mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
479 B
16 lines
479 B
13 years ago
|
diff --git a/openssl/crypto/ui/ui_openssl.c b/openssl/crypto/ui/ui_openssl.c
|
||
|
index 06270f0..e2fff79 100644
|
||
|
--- a/openssl/crypto/ui/ui_openssl.c
|
||
|
+++ b/openssl/crypto/ui/ui_openssl.c
|
||
|
@@ -122,7 +122,10 @@
|
||
|
* sigaction and fileno included. -pedantic would be more appropriate for
|
||
|
* the intended purposes, but we can't prevent users from adding -ansi.
|
||
|
*/
|
||
|
+#ifndef _POSIX_C_SOURCE
|
||
|
#define _POSIX_C_SOURCE 1
|
||
|
+#endif
|
||
|
+
|
||
|
#include <signal.h>
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|