From dea2e4690a188a5ff06c9df354befe65cbcb320c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 15 Jul 2009 20:43:23 +0200 Subject: s4:heimdal_build: try to fix the build on Solaris We need the definition of 'struct flock'. metze --- source4/heimdal_build/replace.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/heimdal_build/replace.c') diff --git a/source4/heimdal_build/replace.c b/source4/heimdal_build/replace.c index ba43dd9495..6842b11f96 100644 --- a/source4/heimdal_build/replace.c +++ b/source4/heimdal_build/replace.c @@ -21,11 +21,9 @@ */ #include "config.h" -#include -#include -#include #include "err.h" #include "roken.h" +#include "system/filesys.h" #ifndef HAVE_ERR void err(int eval, const char *format, ...) -- cgit