summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-11-12 20:24:09 +0100
committerStefan Krah <skrah@bytereef.org>2012-11-12 20:24:09 +0100
commitcabe5e76cfca05fc7dc4b67c252af57ce8d74474 (patch)
treef4461cc86c7138dfe9c3c2b351a612e611038614 /Python/fileutils.c
parentb43b7fb338272a1c2191cca475d242e2f4b84e0d (diff)
parent014e63e6c4fa6e9aab042d8a1f6649fdbda602a4 (diff)
downloadcpython-cabe5e76cfca05fc7dc4b67c252af57ce8d74474.tar.gz
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 526751d5ad..2e25aae075 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