s4:heimdal_build: try to fix the build on Solaris
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Jul 2009 18:43:23 +0000 (20:43 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 15 Jul 2009 18:43:23 +0000 (20:43 +0200)
We need the definition of 'struct flock'.

metze

source4/heimdal_build/replace.c

index ba43dd94952737ef6fd0c67d95194336e9d526ce..6842b11f96b84e7ef20c9459e6b57a2da1432e67 100644 (file)
 */
 
 #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, ...)