aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2024-05-13 05:23:50 +0000
committerKyle Evans <kevans@FreeBSD.org>2024-05-13 05:23:50 +0000
commit9bfd3b4076a7b0dfd27ab22318e5113dc84fea28 (patch)
tree0e755357e72f4d6c174d903d2a5b94ce39883359 /include/unistd.h
parente55512504d0178983978d64d67eed1cc85826523 (diff)
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e4e5c62fbb67..59738cbf6e68 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -37,6 +37,10 @@
#include <sys/_null.h>
#include <sys/_types.h>
+#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0
+#include <ssp/unistd.h>
+#endif
+
#ifndef _GID_T_DECLARED
typedef __gid_t gid_t;
#define _GID_T_DECLARED