diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 04:17:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-11-02 04:17:30 +0000 |
commit | fd138de337603c75e9857ef47a02affe74500664 (patch) | |
tree | 8af61f7dc6467af16566eb87105055420f31498f /source/lib/fault.c | |
parent | f2e8e241b90fec95eb76af39a30105d0cfe61809 (diff) | |
download | samba-fd138de337603c75e9857ef47a02affe74500664.tar.gz samba-fd138de337603c75e9857ef47a02affe74500664.tar.xz samba-fd138de337603c75e9857ef47a02affe74500664.zip |
r3458: more solaris portability fixes, the main one being that we can't use a
structure element called "open" as its a macro on solaris.
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r-- | source/lib/fault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c index ed1e7c43669..ac2d4109fd4 100644 --- a/source/lib/fault.c +++ b/source/lib/fault.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "system/wait.h" static void (*cont_fn)(void *); |