diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-11 21:42:30 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-05-11 21:42:30 +0000 |
| commit | 0e9d9498fe021843159e18c4905063598c4fc790 (patch) | |
| tree | 7aa3b05045722d0495d38812411597a477ce6a17 /src/sysdeps | |
| parent | 37108fd9ed142e2b6da69289b2fd439a1ecd2baf (diff) | |
| download | skalibs-0e9d9498fe021843159e18c4905063598c4fc790.tar.gz | |
Solaris is more or less as stupid
Diffstat (limited to 'src/sysdeps')
| -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> |
