1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Files
samba-mirror/source/lib/replace/system/aio.h
Stefan Metzmacher ba492e2c3a r20659: add missing system/aio.h
tridge: please commit your version and merge it to both samba3 branches

metze
2007-10-10 14:37:27 -05:00

30 lines
917 B
C

#ifndef _system_aio_h
#define _system_aoi_h
/*
Unix SMB/CIFS implementation.
async io include wrappers
Copyright (C) Stefan Metzmacher 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifdef HAVE_LIBAIO_H 1
#include <libaio.h>
#endif
#endif