From a72bb5cb6eeec701530f307f590e82480c766bfe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 May 1998 00:32:27 +0000 Subject: added: #ifdef HAVE_INCLUDES_H #include "../includes.h" #endif we want _all_ code in Samba to include this file to ensure that we can override definitions, typedefs and includes in one place. (This used to be commit 556745037ad7efffd8276b28fed445b007eba253) --- source3/ubiqx/ubi_null.h | 4 ++++ 1 file changed, 4 insertions(+) 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 #endif -- cgit