diff options
| author | q66 | 2023-12-15 22:38:09 +0100 |
|---|---|---|
| committer | jvoisin | 2025-11-10 23:55:25 +0100 |
| commit | cef75ee454f0933fe502bc51211213f43840bd6e (patch) | |
| tree | 39dc647d012e6bf7084a8b62c1135ea6c971dcf5 /include/sys/select.h | |
| parent | a89ddb4cf1ce1694b74feb98d62d5600e02904af (diff) | |
Add missing include in select.h
Diffstat (limited to '')
| -rw-r--r-- | include/sys/select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/select.h b/include/sys/select.h index 265c7e1..f3d2eb8 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 |
| 28 | extern "C" { | 29 | extern "C" { |
