summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_Cache.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_Cache.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_Cache.c')
-rw-r--r--source3/ubiqx/ubi_Cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/ubiqx/ubi_Cache.c b/source3/ubiqx/ubi_Cache.c
index e566e6c7da..290f7593e7 100644
--- a/source3/ubiqx/ubi_Cache.c
+++ b/source3/ubiqx/ubi_Cache.c
@@ -97,7 +97,7 @@
* ========================================================================== **
*/
-#include <stdlib.h> /* Defines NULL. */
+#include "../includes.h"
#include "ubi_Cache.h" /* Header for *this* module. */
/* -------------------------------------------------------------------------- **