mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
Merge of compiler warning fixups.
This commit is contained in:
@ -27,6 +27,14 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
/* This symbol is used in both includes.h and Python.h which causes an
|
||||
annoying compiler warning. */
|
||||
|
||||
#ifdef HAVE_FSTAT
|
||||
#undef HAVE_FSTAT
|
||||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
/* Tdb exception */
|
||||
|
Reference in New Issue
Block a user