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 | 27cd61a173c892cd625f1752bea2920c605b3bcb (patch) | |
tree | 97d4dfa36ca5d431ed3428d3174ad2f8e11bda81 /idlc/source | |
parent | 5192050cf4be36774ff74824423cf1001566f427 (diff) |
fix for AIX
Diffstat (limited to 'idlc/source')
-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 26bf288e2ad0..1c9e28dbbd95 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> |