commit 3e00ac383b23479e0df24c531e3128d7076c4755
parent e83bd596459896b9593b392d0f6055b34f45d561
Author: q66 <q66@chimera-linux.org>
Date: Fri, 15 Dec 2023 22:38:09 +0100
Add missing include in select.h
Diffstat:
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" {