diff options
Diffstat (limited to '')
-rw-r--r-- | src/ioops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioops.h b/src/ioops.h index e797a7153..7da440290 100644 --- a/src/ioops.h +++ b/src/ioops.h @@ -19,7 +19,7 @@ #ifndef IOOPS_H #define IOOPS_H -#include <sys/select.h> +#include "os_compat.h" struct ioOps { struct ioOps *prev, *next; |