diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-11-12 20:24:09 +0100 |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-11-12 20:24:09 +0100 |
commit | abaca8cb0642c041a59d74e2b5775a80efe85240 (patch) | |
tree | 0fedd8a3b0000cc740d02d35629b1b93c27683c9 /Python/fileutils.c | |
parent | f7a8cf24922002e73331ec74a2b1ac83b6f7097d (diff) | |
parent | 6df5cae49a6ff61ce523361d30784893e59f3837 (diff) | |
download | cpython-git-abaca8cb0642c041a59d74e2b5775a80efe85240.tar.gz |
Merge 3.3.
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r-- | Python/fileutils.c | 1 |
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 |