summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_SplayTree.c
diff options
context:
space:
mode:
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. */
/* ========================================================================== **