summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-30 08:44:29 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-30 08:44:29 +0000
commit628d7993d52dff920f52fdbc8e672ae840b9a607 (patch)
treec3246dad508a15ce0f0cb1f74c5c2ce75abc35a3 /source3/include/includes.h
parent6f3623285e4b7933121673f7649bdc2ea80e0ec7 (diff)
downloadsamba-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/includes.h')
-rw-r--r--source3/include/includes.h2
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"