diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/compat/glibc_sanity_fdelt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compat/glibc_sanity_fdelt.cpp b/src/compat/glibc_sanity_fdelt.cpp index 13661d3eef..87140d0c71 100644 --- a/src/compat/glibc_sanity_fdelt.cpp +++ b/src/compat/glibc_sanity_fdelt.cpp @@ -7,6 +7,9 @@ #endif #if defined(HAVE_SYS_SELECT_H) +#ifdef HAVE_CSTRING_DEPENDENT_FD_ZERO +#include <cstring> +#endif #include <sys/select.h> // trigger: Call FD_SET to trigger __fdelt_chk. FORTIFY_SOURCE must be defined |