1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

Removed directory-relative include references. This required that I add

a -I$(srcdir)ubiqx to CFLAGS in the Makefile.  It might be better to
create a UBIDIR value.  What would people like to see?

Chris -)-----
This commit is contained in:
Christopher R. Hertel
-
parent 978c307916
commit 7fb9cf4d57

View File

@@ -1219,9 +1219,9 @@ extern char *sys_errlist[];
#endif
/* Lists, trees, caching, datbase... */
#include "ubiqx/ubi_dLinkList.h"
#include "ubi_dLinkList.h"
#ifndef UBI_BINTREE_H
#include "ubiqx/ubi_Cache.h"
#include "ubi_Cache.h"
#endif /* UBI_BINTREE_H */
#include "version.h"