Merge from 3.3.

This commit is contained in:
Stefan Krah 2014-01-20 15:35:38 +01:00
commit 34e4628453
2 changed files with 3 additions and 1 deletions

View file

@ -1,11 +1,12 @@
#include "Python.h"
#include "osdefs.h"
#include <locale.h>
#ifdef MS_WINDOWS
# include <windows.h>
#endif
#ifdef HAVE_LANGINFO_H
#include <locale.h>
#include <langinfo.h>
#endif