mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
Fix some compilation issues introduced with last commit
This commit is contained in:
parent
5201acb71c
commit
e8a2e3a506
3 changed files with 3 additions and 3 deletions
|
|
@ -43,10 +43,10 @@
|
|||
#include <aio.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/wqueue.h>
|
||||
|
||||
#include "lib_internal.h"
|
||||
#include "aio/aio.h"
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
|
|
|
|||
|
|
@ -44,10 +44,10 @@
|
|||
#include <aio.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/wqueue.h>
|
||||
|
||||
#include "lib_internal.h"
|
||||
#include "aio/aio.h"
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
|
|
|
|||
|
|
@ -45,10 +45,10 @@
|
|||
#include <aio.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/wqueue.h>
|
||||
|
||||
#include "lib_internal.h"
|
||||
#include "aio/aio.h"
|
||||
|
||||
#ifdef CONFIG_FS_AIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue