1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:lib/asys modify included headers

use the headers from libreplace, not the system ones

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Christian Ambach 2013-11-22 05:12:05 +01:00
parent f98d10af2a
commit a24c25bdde

View File

@ -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