diff options
author | Christopher R. Hertel <crh@samba.org> | 1998-06-11 04:40:14 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1998-06-11 04:40:14 +0000 |
commit | 7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6 (patch) | |
tree | 1624000fed603628c6df0c28d247947c48823482 | |
parent | 978c30791677fa8a48c1c8d34daaae52771b201c (diff) | |
download | samba-7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6.tar.gz samba-7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6.tar.xz samba-7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6.zip |
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 -)-----
-rw-r--r-- | source/include/includes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 4164d408c90..98854bee82e 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -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" |