summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorq662023-12-15 22:38:09 +0100
committerq662023-12-15 22:38:21 +0100
commit3e00ac383b23479e0df24c531e3128d7076c4755 (patch)
tree6b81dcabe55dc8ba86508b40fca41e5c3c80e572 /include
parente83bd596459896b9593b392d0f6055b34f45d561 (diff)
Add missing include in select.h
Diffstat (limited to 'include')
-rw-r--r--include/sys/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
index 9813bb7..9e17b19 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -23,6 +23,7 @@ __extension__
23#include_next <sys/select.h> 23#include_next <sys/select.h>
24 24
25#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 25#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0
26#include "../fortify-headers.h"
26 27
27#ifdef __cplusplus 28#ifdef __cplusplus
28extern "C" { 29extern "C" {