diff --git a/libc/aio/aio.h b/libc/aio/aio.h index 3adc53ed2b..f1376be9ab 100644 --- a/libc/aio/aio.h +++ b/libc/aio/aio.h @@ -42,6 +42,8 @@ #include +#ifdef CONFIG_FS_AIO + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ @@ -67,4 +69,5 @@ extern "C" * Public Function Prototypes ****************************************************************************/ +#endif /* CONFIG_FS_AIO */ #endif /* __LIBC_AIO_AIO_H */