diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-03-16 17:42:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-16 08:23:25 +0100 |
commit | 3cfa8216b97197694a90833b30aade12586d8a96 (patch) | |
tree | ca9b06450ea24efc688ed32210ad43ce96011e4e /testsuite | |
parent | 9bc14afe960808197ad5c5f90bcd6c13b58990d4 (diff) | |
download | samba-3cfa8216b97197694a90833b30aade12586d8a96.tar.gz samba-3cfa8216b97197694a90833b30aade12586d8a96.tar.bz2 samba-3cfa8216b97197694a90833b30aade12586d8a96.zip |
headers: include Python.h first to avoid warnings
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/headers/test_headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/headers/test_headers.c b/testsuite/headers/test_headers.c index c671d734b0..a36575fbb3 100644 --- a/testsuite/headers/test_headers.c +++ b/testsuite/headers/test_headers.c @@ -23,12 +23,12 @@ #define _GNU_SOURCE 1 +#include <Python.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <stdint.h> #include <stdbool.h> -#include <Python.h> /* pre-include some of the public headers to avoid ordering issues */ #include "core/ntstatus.h" |