mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
headers: include Python.h first to avoid warnings
This commit is contained in:
parent
9bc14afe96
commit
3cfa8216b9
@ -23,12 +23,12 @@
|
|||||||
|
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
|
|
||||||
|
#include <Python.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <Python.h>
|
|
||||||
|
|
||||||
/* pre-include some of the public headers to avoid ordering issues */
|
/* pre-include some of the public headers to avoid ordering issues */
|
||||||
#include "core/ntstatus.h"
|
#include "core/ntstatus.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user