netbsd has issetugid()
This commit is contained in:
parent
616f676cc7
commit
e1a76ccb7e
|
@ -56,7 +56,7 @@
|
|||
#include <openssl/crypto.h>
|
||||
#include <openssl/opensslconf.h>
|
||||
|
||||
#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2)
|
||||
#if defined(__OpenBSD__) || (defined(__FreeBSD__) && __FreeBSD__ > 2) || defined(__NetBSD__)
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue