diff options
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 00f4e7ee0f..5054c2ee5b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1386,11 +1386,14 @@ extern int errno; /* -------------------------------------------------------------------------- ** - * Lists, trees, and caches... + * Lists, trees, and caching... */ #include "ubiqx/ubi_sLinkList.h" #include "ubiqx/ubi_dLinkList.h" + +#ifndef UBI_BINTREE_H #include "ubiqx/ubi_SplayTree.h" #include "ubiqx/ubi_Cache.h" +#endif /* UBI_BINTREE_H */ #endif /* _INCLUDES_H */ |