mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
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 556745037a
)
This commit is contained in:
parent
bfa013908f
commit
a72bb5cb6e
@ -67,6 +67,10 @@
|
||||
* crh; may 1998
|
||||
*/
|
||||
|
||||
#ifdef HAVE_INCLUDES_H
|
||||
#include "../includes.h"
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user