1
0
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:
Andrew Tridgell 2011-03-16 17:42:02 +11:00
parent 9bc14afe96
commit 3cfa8216b9

View File

@ -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"