summaryrefslogtreecommitdiff
path: root/source3/lib/tdb_validate.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-25 23:20:06 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:07 +0200
commit0e771263eed0b9bc364ce523765ea17dd1192841 (patch)
tree95c96ef7fd2d0c8e1d416c5eec817d3db055f5d0 /source3/lib/tdb_validate.c
parent64422d973583a510e6ea2e655bf398ea85f445b5 (diff)
downloadsamba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.gz
samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.bz2
samba-0e771263eed0b9bc364ce523765ea17dd1192841.zip
s3-includes: only include system/filesys.h when needed.
Guenther
Diffstat (limited to 'source3/lib/tdb_validate.c')
-rw-r--r--source3/lib/tdb_validate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/tdb_validate.c b/source3/lib/tdb_validate.c
index e001d9cb76..b91ea7af83 100644
--- a/source3/lib/tdb_validate.c
+++ b/source3/lib/tdb_validate.c
@@ -19,8 +19,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "tdb_validate.h"
#include "includes.h"
+#include "system/filesys.h"
+#include "tdb_validate.h"
/*
* internal validation function, executed by the child.