From c78cf0b9d2e5bd83ad66b5a70440c36c309fb1ba Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 May 1998 08:32:37 +0000 Subject: include includes.h in all the ubiqx files. I know Chris won't like this but it really is necessary (sorry Chris!) ubiqx code didn't compile on SunOS4 otherwise as stdlib didn't define NULL. (This used to be commit 4989db8b0b6fad8bd743615b1fe177adbb2594cf) --- source3/ubiqx/ubi_dLinkList.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/ubiqx/ubi_dLinkList.c') diff --git a/source3/ubiqx/ubi_dLinkList.c b/source3/ubiqx/ubi_dLinkList.c index c903dcbc04..65c11d225d 100644 --- a/source3/ubiqx/ubi_dLinkList.c +++ b/source3/ubiqx/ubi_dLinkList.c @@ -52,6 +52,7 @@ * ========================================================================== ** */ +#include "../includes.h" #include "ubi_dLinkList.h" /* ========================================================================== ** -- cgit