1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
#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:
Andrew Tridgell 1998-05-22 00:32:27 +00:00
parent bfa013908f
commit a72bb5cb6e

View File

@ -67,6 +67,10 @@
* crh; may 1998
*/
#ifdef HAVE_INCLUDES_H
#include "../includes.h"
#endif
#ifndef NULL
#include <stddef.h>
#endif