From f3201976547df2b2da6a68092ee62dd528992298 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Oct 1997 15:02:15 +0000 Subject: need includes.h to compile on some systems (eg. sunos4) (This used to be commit 7d80e25bb422d841aad81c2b3d76039bba6c9f79) --- source3/ubi_dLinkList.c | 1 + 1 file changed, 1 insertion(+) 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" /* ========================================================================== ** -- cgit