summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2004-03-29 11:53:38 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2004-03-29 11:53:38 (GMT)
commitda4d6cb57340f44ab72bc8f0284ca839372bbeb6 (patch)
tree16e48b411d1f9d1706647218c26dc7bce9cd8d63 /Modules
parent174175bf3a5522aa309915a34259bc13685ecf08 (diff)
downloadcpython-da4d6cb57340f44ab72bc8f0284ca839372bbeb6.zip
cpython-da4d6cb57340f44ab72bc8f0284ca839372bbeb6.tar.gz
cpython-da4d6cb57340f44ab72bc8f0284ca839372bbeb6.tar.bz2
OS/2 VACPP build updates/fixes
Diffstat (limited to 'Modules')
-rw-r--r--Modules/posixmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index d674986..7a297ef 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -42,8 +42,8 @@ corresponding Unix manual entries for more information on calls.");
#include <io.h>
#include <stdio.h>
#include <process.h>
-#include "osdefs.h"
#endif
+#include "osdefs.h"
#endif
#include <sys/types.h>