Skip to content

Commit

Permalink
headers: include Python.h first to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell committed Mar 16, 2011
1 parent 9bc14af commit 3cfa821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/headers/test_headers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3cfa821

Please sign in to comment.