summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-28 15:02:15 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-28 15:02:15 +0000
commitf3201976547df2b2da6a68092ee62dd528992298 (patch)
tree8e091b1f789e6ba769f366cccd5bdb3b266f40d5 /source3
parent9c717c285a2498b0a3bbf889551041a8aa5a9841 (diff)
downloadsamba-f3201976547df2b2da6a68092ee62dd528992298.tar.gz
samba-f3201976547df2b2da6a68092ee62dd528992298.tar.bz2
samba-f3201976547df2b2da6a68092ee62dd528992298.zip
need includes.h to compile on some systems (eg. sunos4)
(This used to be commit 7d80e25bb422d841aad81c2b3d76039bba6c9f79)
Diffstat (limited to 'source3')
-rw-r--r--source3/ubi_dLinkList.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/ubi_dLinkList.c b/source3/ubi_dLinkList.c
index 49bf495b9d..e82b9df132 100644
--- a/source3/ubi_dLinkList.c
+++ b/source3/ubi_dLinkList.c
@@ -39,6 +39,7 @@
* ========================================================================== **
*/
+#include "includes.h"
#include "ubi_dLinkList.h"
/* ========================================================================== **