fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

commit 3cadb40cbec944222b1fcb8d96c4437fe9327a2c
parent a45c2e741913ffb5a4ffbddf44cbc26091fe3b41
Author: q66 <q66@chimera-linux.org>
Date:   Fri, 15 Dec 2023 22:38:09 +0100

Add missing include in select.h

Diffstat:
Minclude/sys/select.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/sys/select.h b/include/sys/select.h @@ -23,6 +23,7 @@ __extension__ #include_next <sys/select.h> #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 +#include "../fortify-headers.h" #ifdef __cplusplus extern "C" {