diff options
| author | Jason Rumney | 2002-05-03 20:35:38 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-05-03 20:35:38 +0000 |
| commit | 51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf (patch) | |
| tree | 73d0ff3e15a256197b4d923a154b3c273023b4b9 /src/w32proc.c | |
| parent | 933af4976607234d8157c9967c472fb713413e81 (diff) | |
| download | emacs-51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf.tar.gz emacs-51f635c4cf429aa0ecdc4e4383ae7ed7f2ce52cf.zip | |
include sys/file.h.
Diffstat (limited to 'src/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 1 |
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 | ||