Include Python.h first which defines _XOPEN_SOURCE
which allows the file to compile and removes a warning about _XOPEN_SOURCE being redefined (works on AIX 4.3 and 5.1 at least).
N
Neal Norwitz committed
df5126df56cff1aae3a2a9bf61352efff40c915c
Parent: 24fcd23