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_SplayTree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/ubiqx/ubi_SplayTree.c') diff --git a/source3/ubiqx/ubi_SplayTree.c b/source3/ubiqx/ubi_SplayTree.c index 89ddfb988a..7bc1070bc7 100644 --- a/source3/ubiqx/ubi_SplayTree.c +++ b/source3/ubiqx/ubi_SplayTree.c @@ -123,7 +123,7 @@ * ========================================================================== ** */ -#include /* Defines NULL for us. */ +#include "../includes.h" #include "ubi_SplayTree.h" /* Header for THIS module. */ /* ========================================================================== ** -- cgit