From fd138de337603c75e9857ef47a02affe74500664 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 04:17:30 +0000 Subject: 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. --- source/lib/fault.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/lib/fault.c') 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 *); -- cgit