From a24c25bddeafefe7de713dbbd26ac3ee6d50a61f Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 22 Nov 2013 05:12:05 +0100 Subject: s3:lib/asys modify included headers use the headers from libreplace, not the system ones Signed-off-by: Christian Ambach Reviewed-by: Volker Lendecke --- source3/lib/asys/asys.h | 6 ++---- 1 file 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 -#include -#include -#include +#include "replace.h" +#include "system/filesys.h" /** * @defgroup asys The async syscall library -- cgit