summaryrefslogtreecommitdiff
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
commit7d80e25bb422d841aad81c2b3d76039bba6c9f79 (patch)
treee4e9cd4a582e9bd9b926ceb6ae08369b57b80297
parent6ca96782ace2258707f49d204726a00baef9d941 (diff)
downloadsamba-7d80e25bb422d841aad81c2b3d76039bba6c9f79.tar.gz
need includes.h to compile on some systems (eg. sunos4)
-rw-r--r--source/ubi_dLinkList.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ubi_dLinkList.c b/source/ubi_dLinkList.c
index 49bf495b9dc..e82b9df1324 100644
--- a/source/ubi_dLinkList.c
+++ b/source/ubi_dLinkList.c
@@ -39,6 +39,7 @@
* ========================================================================== **
*/
+#include "includes.h"
#include "ubi_dLinkList.h"
/* ========================================================================== **