summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ostest/ostest.h')
-rw-r--r--apps/examples/ostest/ostest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ostest/ostest.h b/apps/examples/ostest/ostest.h
index b99bb15c7..71d71c03a 100644
--- a/apps/examples/ostest/ostest.h
+++ b/apps/examples/ostest/ostest.h
@@ -113,7 +113,7 @@ void fpu_test(void);
/* aio.c ********************************************************************/
-#ifdef CONFIG_LIBC_AIO
+#ifdef CONFIG_FS_AIO
void aio_test(void);
#endif