aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-05-03 20:35:38 +0000
committerJason Rumney2002-05-03 20:35:38 +0000
commit51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf (patch)
tree73d0ff3e15a256197b4d923a154b3c273023b4b9 /src
parent933af4976607234d8157c9967c472fb713413e81 (diff)
downloademacs-51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf.tar.gz
emacs-51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf.zip
include sys/file.h.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index f9e20135dd5..b94e5cca53c 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.
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