comparison src/w32proc.c @ 45089:3e9cb1567659

include sys/file.h.
author Jason Rumney <jasonr@gnu.org>
date Fri, 03 May 2002 20:35:38 +0000
parents 07245ba4ebcc
children 40db0673e6f0
comparison
equal deleted inserted replaced
45088:452cb5c80efd 45089:3e9cb1567659
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include <errno.h> 27 #include <errno.h>
28 #include <io.h> 28 #include <io.h>
29 #include <fcntl.h> 29 #include <fcntl.h>
30 #include <signal.h> 30 #include <signal.h>
31 #include <sys/file.h>
31 32
32 /* must include CRT headers *before* config.h */ 33 /* must include CRT headers *before* config.h */
33 34
34 #ifdef HAVE_CONFIG_H 35 #ifdef HAVE_CONFIG_H
35 #include <config.h> 36 #include <config.h>