diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:44:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:44:29 +0000 |
commit | 628d7993d52dff920f52fdbc8e672ae840b9a607 (patch) | |
tree | c3246dad508a15ce0f0cb1f74c5c2ce75abc35a3 /source3/include | |
parent | 6f3623285e4b7933121673f7649bdc2ea80e0ec7 (diff) | |
download | samba-628d7993d52dff920f52fdbc8e672ae840b9a607.tar.gz samba-628d7993d52dff920f52fdbc8e672ae840b9a607.tar.bz2 samba-628d7993d52dff920f52fdbc8e672ae840b9a607.zip |
moved ubi_ modules back into the ubiqx directory.
I've added a very simple (and portable) method for having separate
source directories.
This should also help when we add directories for the various ports. A
unix directory would make sense.
(This used to be commit dc8998b1d3c119665538eb5e0b133a47f89fed19)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 4c7ec56367..518f6249e9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -117,7 +117,6 @@ by the previous section */ #include "local.h" -#include "ubi_dLinkList.h" #include <stdio.h> #ifdef POSIX_STDLIBH #include <posix/stdlib.h> @@ -1126,6 +1125,7 @@ extern char *sys_errlist[]; #include "version.h" #include "smb.h" #include "nameserv.h" +#include "ubiqx/ubi_dLinkList.h" #include "proto.h" #include "byteorder.h" |