summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 03:14:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 03:14:43 +0100
commit9de80e7abceb3c64c658f2aeeb5ca68e980e89c8 (patch)
treef0e3ad8b63afc0bf0adf7a2e8a2a5cbbceadf09b /source4/include
parent72af9b01dc7ee00d79908760af6051f8794fa2b8 (diff)
downloadsamba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.tar.gz
samba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.tar.bz2
samba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.zip
Samba3: Include util.h header file rather than having custom prototypes.
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 08d6cdb5f6..f925e836c5 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -40,8 +40,10 @@
#ifndef _PRINTF_ATTRIBUTE
#define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)
#endif
-#include "../lib/util/util.h"
+#include "../lib/util/xfile.h"
+#include "../lib/util/attr.h"
#include "../lib/util/debug.h"
+#include "../lib/util/util.h"
#include "libcli/util/error.h"