diff options
Diffstat (limited to 'rt/aio.h')
-rw-r--r-- | rt/aio.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ #include <features.h> #include <sys/types.h> -#define __need_sigevent_t -#include <bits/siginfo.h> +#include <bits/types/sigevent_t.h> +#include <bits/sigevent-consts.h> #include <bits/types/struct_timespec.h> __BEGIN_DECLS |