diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 03:13:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-11-02 03:13:06 +0000 |
commit | 32f34879965fe4771074c54c01a889037e09494c (patch) | |
tree | 363e9727874568aac7faad910c6074efe431fa0c /source/lib/system.c | |
parent | 9eb21542240ff692c17e49d7547884b351697240 (diff) | |
download | samba-32f34879965fe4771074c54c01a889037e09494c.tar.gz samba-32f34879965fe4771074c54c01a889037e09494c.tar.xz samba-32f34879965fe4771074c54c01a889037e09494c.zip |
r3454: moved a few more things out if includes.h into the include/system/ include files.
this brings us down to about 11k lines of headers included with
includes.h, while still retaining the speed of building with pch
Diffstat (limited to 'source/lib/system.c')
-rw-r--r-- | source/lib/system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/system.c b/source/lib/system.c index 906219bd91d..5e106c96eb5 100644 --- a/source/lib/system.c +++ b/source/lib/system.c @@ -22,6 +22,7 @@ #include "includes.h" #include "system/network.h" #include "system/wait.h" +#include "system/filesys.h" /* The idea is that this file will eventually have wrappers around all |