summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/ubiqx/ubi_null.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/ubiqx/ubi_null.h b/source3/ubiqx/ubi_null.h
index c5cab418ac..5dbb860be1 100644
--- a/source3/ubiqx/ubi_null.h
+++ b/source3/ubiqx/ubi_null.h
@@ -67,6 +67,10 @@
* crh; may 1998
*/
+#ifdef HAVE_INCLUDES_H
+#include "../includes.h"
+#endif
+
#ifndef NULL
#include <stddef.h>
#endif