From 0e18a59ed0aa48a8a9dee856faf05c1ad624e264 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 15 Apr 2011 12:39:15 +0200 Subject: s3-build: fix the --with-profiling-data build on mac os x. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Apr 15 13:33:43 CEST 2011 on sn-devel-104 --- source3/profile/profile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/profile') diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 6c47c988ff..0287860ff2 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -21,6 +21,7 @@ #include "includes.h" #include "system/shmem.h" +#include "system/filesys.h" #include "messages.h" #include "smbprofile.h" -- cgit