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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user