diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-02-15 12:15:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-15 15:55:19 +0000 |
commit | f091f5b395cc462a01a52aa7b535202e8b232463 (patch) | |
tree | cf609d629fbca72c5808de82e57b60a29a78df9a /idlc/source | |
parent | eb07114a5c5d144e894b455c8b6f83e67463edf5 (diff) |
dragonfly stuff
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 2af8168e18a0..9bc69b148f1c 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -44,7 +44,7 @@ #include <errno.h> #include <unistd.h> #if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || \ - defined(AIX) || defined(OPENBSD) + defined(AIX) || defined(OPENBSD) || defined(DRAGONFLY) #include <sys/wait.h> #else #include <wait.h> |