diff options
Diffstat (limited to 'include/aio.h')
-rw-r--r-- | include/aio.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/aio.h b/include/aio.h index 3e351348..d9330ebe 100644 --- a/include/aio.h +++ b/include/aio.h @@ -5,12 +5,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif - +#include <features.h> #include <signal.h> #include <time.h> |