diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 10:50:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 11:39:31 +0200 |
commit | fbd0ff69ec07c55a2858f49b1effb40bd871d4a6 (patch) | |
tree | 1fb2d6f404bcc3ab4c9ebee7f3aa26b50513901c /source3/smbd | |
parent | 0fea80c1d6e3ad819e66fc7feafecb1e8b54728e (diff) | |
download | samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.tar.gz samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.tar.bz2 samba-fbd0ff69ec07c55a2858f49b1effb40bd871d4a6.zip |
s3: try to fix the build on some non-linux buildfarm machines.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Mar 30 11:39:31 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/utmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/utmp.c b/source3/smbd/utmp.c index 2d6beab4da..47462f6d85 100644 --- a/source3/smbd/utmp.c +++ b/source3/smbd/utmp.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "smbd/smbd.h" /**************************************************************************** |