diff options
Diffstat (limited to 'rt')
-rw-r--r-- | rt/aio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/aio.h b/rt/aio.h index 8c63159a72..b0340e3a42 100644 --- a/rt/aio.h +++ b/rt/aio.h @@ -23,11 +23,11 @@ #define _AIO_H 1 #include <features.h> -#include <fcntl.h> -#include <signal.h> +#include <sys/types.h> +#define __need_sigevent_t +#include <bits/siginfo.h> #define __need_timespec #include <time.h> -#include <sys/types.h> __BEGIN_DECLS |