fortify-headers

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

commit cef75ee454f0933fe502bc51211213f43840bd6e
parent a89ddb4cf1ce1694b74feb98d62d5600e02904af
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" {