diff options
author | Günther Deschner <gd@samba.org> | 2011-04-15 12:39:15 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-15 13:33:42 +0200 |
commit | 0e18a59ed0aa48a8a9dee856faf05c1ad624e264 (patch) | |
tree | 6ea3127030c5b3e0ee1258fa82db532cd0b06890 /source3/profile | |
parent | 6768b651232a9b65c9d090db7c445e3e9047f056 (diff) | |
download | samba-0e18a59ed0aa48a8a9dee856faf05c1ad624e264.tar.gz samba-0e18a59ed0aa48a8a9dee856faf05c1ad624e264.tar.bz2 samba-0e18a59ed0aa48a8a9dee856faf05c1ad624e264.zip |
s3-build: fix the --with-profiling-data build on mac os x.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Apr 15 13:33:43 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/profile')
-rw-r--r-- | source3/profile/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |