diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-05-22 00:32:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-05-22 00:32:27 +0000 |
commit | a72bb5cb6eeec701530f307f590e82480c766bfe (patch) | |
tree | 62b7ceff6844c5262864b36c3b7a8617b95dcd55 /source3/ubiqx | |
parent | bfa013908f2b0e3c8c9bed4c6f5c6ec9ee0931cc (diff) | |
download | samba-a72bb5cb6eeec701530f307f590e82480c766bfe.tar.gz samba-a72bb5cb6eeec701530f307f590e82480c766bfe.tar.bz2 samba-a72bb5cb6eeec701530f307f590e82480c766bfe.zip |
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)
Diffstat (limited to 'source3/ubiqx')
-rw-r--r-- | source3/ubiqx/ubi_null.h | 4 |
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 |