diff options
Diffstat (limited to 'source3/lib/asys/asys.h')
-rw-r--r-- | source3/lib/asys/asys.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/lib/asys/asys.h b/source3/lib/asys/asys.h index 73f1051f61..10805bdd1f 100644 --- a/source3/lib/asys/asys.h +++ b/source3/lib/asys/asys.h @@ -19,10 +19,8 @@ #ifndef __ASYS_H__ #define __ASYS_H__ -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <unistd.h> +#include "replace.h" +#include "system/filesys.h" /** * @defgroup asys The async syscall library |