summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/replace.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-15 20:43:23 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-15 20:43:23 +0200
commitdea2e4690a188a5ff06c9df354befe65cbcb320c (patch)
treece6d3ed9b8a3237311ba6160b136a5d0a454cd62 /source4/heimdal_build/replace.c
parent64ee4458cf8c8fb1dec5334cebbe63cfb0045ada (diff)
downloadsamba-dea2e4690a188a5ff06c9df354befe65cbcb320c.tar.gz
samba-dea2e4690a188a5ff06c9df354befe65cbcb320c.tar.bz2
samba-dea2e4690a188a5ff06c9df354befe65cbcb320c.zip
s4:heimdal_build: try to fix the build on Solaris
We need the definition of 'struct flock'. metze
Diffstat (limited to 'source4/heimdal_build/replace.c')
-rw-r--r--source4/heimdal_build/replace.c4
1 files changed, 1 insertions, 3 deletions
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 <stdio.h>
-#include <unistd.h>
-#include <fcntl.h>
#include "err.h"
#include "roken.h"
+#include "system/filesys.h"
#ifndef HAVE_ERR
void err(int eval, const char *format, ...)