diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 03:14:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 03:14:43 +0100 |
commit | 9de80e7abceb3c64c658f2aeeb5ca68e980e89c8 (patch) | |
tree | f0e3ad8b63afc0bf0adf7a2e8a2a5cbbceadf09b /source4/include | |
parent | 72af9b01dc7ee00d79908760af6051f8794fa2b8 (diff) | |
download | samba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.tar.gz |
Samba3: Include util.h header file rather than having custom prototypes.
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 08d6cdb5f69..f925e836c56 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" |