[7812] Fixed compile ACE aio in linux.

Signed-off-by: AlexDereka <dereka.alex@gmail.com>
This commit is contained in:
Derex 2009-05-11 18:52:54 +04:00 committed by AlexDereka
parent a4eab7e9f2
commit 8b9b480c05
2 changed files with 1 additions and 2 deletions

View file

@ -64,7 +64,6 @@ if test "$ace_has_aio_funcs" = yes; then
#include <string.h>
#include <errno.h>
#include <stdio.h>
#include <iostream.h>
#include <aio.h>

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7811"
#define REVISION_NR "7812"
#endif // __REVISION_NR_H__