Mercurial > emacs
comparison src/process.c @ 112317:7df2e30d72ec
Include <unistd.h> unilaterally.
| author | Paul Eggert <eggert@cs.ucla.edu> |
|---|---|
| date | Sun, 09 Jan 2011 00:12:35 -0800 |
| parents | a60f0af8cb39 |
| children | 17e0028efc29 |
comparison
equal
deleted
inserted
replaced
| 112316:2887524f362a | 112317:7df2e30d72ec |
|---|---|
| 30 #include <setjmp.h> | 30 #include <setjmp.h> |
| 31 #ifdef HAVE_INTTYPES_H | 31 #ifdef HAVE_INTTYPES_H |
| 32 #include <inttypes.h> | 32 #include <inttypes.h> |
| 33 #endif | 33 #endif |
| 34 | 34 |
| 35 #ifdef HAVE_UNISTD_H | |
| 36 #include <unistd.h> | 35 #include <unistd.h> |
| 37 #endif | |
| 38 #include <fcntl.h> | 36 #include <fcntl.h> |
| 39 | 37 |
| 40 /* Only MS-DOS does not define `subprocesses'. */ | 38 /* Only MS-DOS does not define `subprocesses'. */ |
| 41 #ifdef subprocesses | 39 #ifdef subprocesses |
| 42 | 40 |
