diff options
| author | q66 | 2023-12-15 22:38:09 +0100 |
|---|---|---|
| committer | q66 | 2023-12-15 22:38:21 +0100 |
| commit | 3e00ac383b23479e0df24c531e3128d7076c4755 (patch) | |
| tree | 6b81dcabe55dc8ba86508b40fca41e5c3c80e572 /include/sys/select.h | |
| parent | e83bd596459896b9593b392d0f6055b34f45d561 (diff) | |
Add missing include in select.h
Diffstat (limited to 'include/sys/select.h')
| -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 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 |
| 28 | extern "C" { | 29 | extern "C" { |
