s3:lib/asys modify included headers
authorChristian Ambach <ambi@samba.org>
Fri, 22 Nov 2013 04:12:05 +0000 (05:12 +0100)
committerChristian Ambach <ambi@samba.org>
Tue, 10 Dec 2013 13:28:32 +0000 (14:28 +0100)
use the headers from libreplace, not the system ones

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/lib/asys/asys.h

index 73f1051f614cac317058338eaee40127fe1db606..10805bdd1fe5648d6fd9b68c3d699211e8ac00d4 100644 (file)
 #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