diff src/callproc.c @ 16593:4ed80eda6fac

Use new names for w32 files
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 07:04:49 +0000
parents 30b8c014eaa7
children 530b3f7373db
line wrap: on
line diff
--- a/src/callproc.c	Tue Nov 19 07:04:01 1996 +0000
+++ b/src/callproc.c	Tue Nov 19 07:04:49 1996 +0000
@@ -47,7 +47,7 @@
 #include <windows.h>
 #include <stdlib.h>	/* for proper declaration of environ */
 #include <fcntl.h>
-#include "nt.h"
+#include "w32.h"
 #define _P_NOWAIT 1	/* from process.h */
 #endif