diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2024-05-13 05:23:50 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2024-05-13 05:23:50 +0000 |
| commit | 9bfd3b4076a7b0dfd27ab22318e5113dc84fea28 (patch) | |
| tree | 0e755357e72f4d6c174d903d2a5b94ce39883359 /include/unistd.h | |
| parent | e55512504d0178983978d64d67eed1cc85826523 (diff) | |
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 4 |
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 |
