diff options
Diffstat (limited to 'otherlibs/unix/select.c')
-rw-r--r-- | otherlibs/unix/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/select.c b/otherlibs/unix/select.c index 7b4e6aaeb..8cff88def 100644 --- a/otherlibs/unix/select.c +++ b/otherlibs/unix/select.c @@ -15,7 +15,7 @@ #include <alloc.h> #include <memory.h> #include <signals.h> -#include "unix.h" +#include "unixsupport.h" #ifdef HAS_SELECT |