diff options
| -rw-r--r-- | src/sysdeps/tryselectinfinite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdeps/tryselectinfinite.c b/src/sysdeps/tryselectinfinite.c index 90c6b36..4a36b5b 100644 --- a/src/sysdeps/tryselectinfinite.c +++ b/src/sysdeps/tryselectinfinite.c @@ -4,7 +4,7 @@ #define _DARWIN_C_SOURCE #endif -#include <sys/types.h> +#include <string.h> #include <sys/time.h> #include <sys/select.h> #include <unistd.h> |
