diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 13:24:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 20:31:42 +0100 |
commit | 4787e5b770f08693c4c065c3b37338a1b56f3120 (patch) | |
tree | fbac7324699fa3320d0777c0df2d844e40360aa7 /idlc | |
parent | 8ffcc7eb4621de311ce38aa0317f5e674b526bfb (diff) |
fix for AIX
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlccompile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 18af1fa3f..d9b251a4d 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -41,7 +41,7 @@ #ifdef SAL_UNX #include <unistd.h> -#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) +#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || defined(AIX) #include <sys/wait.h> #else #include <wait.h> |