summaryrefslogtreecommitdiffstats
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-11-12 19:24:09 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-11-12 19:24:09 (GMT)
commitabaca8cb0642c041a59d74e2b5775a80efe85240 (patch)
tree0fedd8a3b0000cc740d02d35629b1b93c27683c9 /Python/fileutils.c
parentf7a8cf24922002e73331ec74a2b1ac83b6f7097d (diff)
parent6df5cae49a6ff61ce523361d30784893e59f3837 (diff)
downloadcpython-abaca8cb0642c041a59d74e2b5775a80efe85240.zip
cpython-abaca8cb0642c041a59d74e2b5775a80efe85240.tar.gz
cpython-abaca8cb0642c041a59d74e2b5775a80efe85240.tar.bz2
Merge 3.3.
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c
index 526751d..2e25aae 100644
--- a/Python/fileutils.c
+++ b/Python/fileutils.c
@@ -1,4 +1,5 @@
#include "Python.h"
+#include "osdefs.h"
#ifdef MS_WINDOWS
# include <windows.h>
#endif