diff options
author | megamage <none@none> | 2009-05-13 18:25:40 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-13 18:25:40 -0500 |
commit | 1d6d0f59b55d0a9ac19b0db22b4664010a4dabc0 (patch) | |
tree | b2f98bb4a1f25da561c7882ebcd71c01d40e4bd5 | |
parent | 88107fa1d67441afe81a92d37a681c47555c8827 (diff) |
[7812] Fixed compile ACE aio in linux. Author: Derex
--HG--
branch : trunk
-rw-r--r-- | dep/ACE_wrappers/m4/aio.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dep/ACE_wrappers/m4/aio.m4 b/dep/ACE_wrappers/m4/aio.m4 index b38a8b981aa..49fa7d19afd 100644 --- a/dep/ACE_wrappers/m4/aio.m4 +++ b/dep/ACE_wrappers/m4/aio.m4 @@ -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> |