Fix warnings: _POSIX_C_SOURCE, _XOPEN_SOURCE redefined (caused by indirectly including system headers before Python.h)

This commit is contained in:
Sandro Mani 2013-04-12 17:08:46 +02:00
parent 6c013c2d97
commit 3b6392bbda

View File

@ -48,9 +48,8 @@
for the Tcl_CreateCommand command. */
#define USE_COMPAT_CONST
#include "tk.h"
#include "Imaging.h"
#include "tk.h"
#include <stdlib.h>