From 91dc71f98dfa771463d5f0141a4a9e5143e5a6fd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 26 Apr 2001 08:26:18 +0000 Subject: User OPENSSL_UNISTD instead of . Spotted by Mark Crispin --- crypto/uid.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'crypto/uid.c') diff --git a/crypto/uid.c b/crypto/uid.c index 734bddeb60..d3d249c36f 100644 --- a/crypto/uid.c +++ b/crypto/uid.c @@ -54,10 +54,11 @@ */ #include +#include #if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2) -#include +#include OPENSSL_UNISTD int OPENSSL_issetugid(void) { @@ -73,7 +74,7 @@ int OPENSSL_issetugid(void) #else -#include +#include OPENSSL_UNISTD #include int OPENSSL_issetugid(void) -- cgit v1.2.3