summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-16 17:42:02 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-16 08:23:25 +0100
commit3cfa8216b97197694a90833b30aade12586d8a96 (patch)
treeca9b06450ea24efc688ed32210ad43ce96011e4e /testsuite
parent9bc14afe960808197ad5c5f90bcd6c13b58990d4 (diff)
downloadsamba-3cfa8216b97197694a90833b30aade12586d8a96.tar.gz
headers: include Python.h first to avoid warnings
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/headers/test_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/headers/test_headers.c b/testsuite/headers/test_headers.c
index c671d734b05..a36575fbb3e 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"