summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_SplayTree.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-11 08:32:37 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-11 08:32:37 +0000
commitc78cf0b9d2e5bd83ad66b5a70440c36c309fb1ba (patch)
treef576bc3bc46f13b639d67f26898d9c3c797bccd5 /source3/ubiqx/ubi_SplayTree.c
parent3dfc0c847240ac7e12c39f4ed9c31a888949ade1 (diff)
downloadsamba-c78cf0b9d2e5bd83ad66b5a70440c36c309fb1ba.tar.gz
samba-c78cf0b9d2e5bd83ad66b5a70440c36c309fb1ba.tar.bz2
samba-c78cf0b9d2e5bd83ad66b5a70440c36c309fb1ba.zip
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)
Diffstat (limited to 'source3/ubiqx/ubi_SplayTree.c')
-rw-r--r--source3/ubiqx/ubi_SplayTree.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> /* Defines NULL for us. */
+#include "../includes.h"
#include "ubi_SplayTree.h" /* Header for THIS module. */
/* ========================================================================== **