diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-11-12 19:24:09 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-11-12 19:24:09 (GMT) |
commit | abaca8cb0642c041a59d74e2b5775a80efe85240 (patch) | |
tree | 0fedd8a3b0000cc740d02d35629b1b93c27683c9 /Python/fileutils.c | |
parent | f7a8cf24922002e73331ec74a2b1ac83b6f7097d (diff) | |
parent | 6df5cae49a6ff61ce523361d30784893e59f3837 (diff) | |
download | cpython-abaca8cb0642c041a59d74e2b5775a80efe85240.zip cpython-abaca8cb0642c041a59d74e2b5775a80efe85240.tar.gz cpython-abaca8cb0642c041a59d74e2b5775a80efe85240.tar.bz2 |
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 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 |