diff --git a/Misc/ACKS b/Misc/ACKS index 76cc888c424..b10fcc2b6bc 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -562,6 +562,7 @@ Randall Hopper Nadav Horesh Alon Horev Jan Hosang +Alan Hourihane Ken Howard Brad Howes Mike Hoy diff --git a/Python/fileutils.c b/Python/fileutils.c index 814f0765a3d..a55064ffdc2 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -1,11 +1,12 @@ #include "Python.h" #include "osdefs.h" +#include + #ifdef MS_WINDOWS # include #endif #ifdef HAVE_LANGINFO_H -#include #include #endif