diff options
author | Christopher R. Hertel <crh@samba.org> | 1997-10-17 21:06:20 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1997-10-17 21:06:20 +0000 |
commit | 10087a663bfda233d3e18137f469f0cc7e769a0a (patch) | |
tree | 1f7ecfd66ed0ca75f94b913294cb97861519f10f /source3/include | |
parent | 545d6e5a3022e2d1cd4546d7b8b88c08042d3bbb (diff) | |
download | samba-10087a663bfda233d3e18137f469f0cc7e769a0a.tar.gz samba-10087a663bfda233d3e18137f469f0cc7e769a0a.tar.bz2 samba-10087a663bfda233d3e18137f469f0cc7e769a0a.zip |
Simply moved the #include for ubi_dLinkList.h from within dir.c to
includes.h. More consistent with current practice.
(This used to be commit cb51c860b352fb9d07fb3298d0317274ba6c9925)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index a877f1ffb3..ce02b8a02a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -117,6 +117,7 @@ by the previous section */ #include "local.h" +#include "ubi_dLinkList.h" #include <stdio.h> #ifdef POSIX_STDLIBH #include <posix/stdlib.h> |