diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-15 19:27:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:35 -0500 |
commit | 0ce02a2c0eb322502bd931e83fa23ce476198e06 (patch) | |
tree | 97dc0548d5cf715e75d65ee56d8e59aca0e47d99 /source4/lib/replace/system | |
parent | 71f6a4d05bf46ca9456a3bc9f2d3263936b18ae2 (diff) | |
download | samba-0ce02a2c0eb322502bd931e83fa23ce476198e06.tar.gz samba-0ce02a2c0eb322502bd931e83fa23ce476198e06.tar.bz2 samba-0ce02a2c0eb322502bd931e83fa23ce476198e06.zip |
r20819: - include system/aio.h
- use full prototype for main
- use ifdef instead if
metze
(This used to be commit b3a3c44f42455d6f84ab2f1f282fb177f8b6013c)
Diffstat (limited to 'source4/lib/replace/system')
-rw-r--r-- | source4/lib/replace/system/aio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/system/aio.h b/source4/lib/replace/system/aio.h index e1b9d836e7..45154ccb27 100644 --- a/source4/lib/replace/system/aio.h +++ b/source4/lib/replace/system/aio.h @@ -22,7 +22,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#if HAVE_LIBAIO_H +#ifdef HAVE_LIBAIO_H #include <libaio.h> #endif |