diff options
| author | Paul Eggert | 2011-01-09 00:12:35 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-09 00:12:35 -0800 |
| commit | 4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch) | |
| tree | 44d96204ce5ebd144662234e6185d542838be9d1 /src/process.h | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h index 0350e95310d..908304f06e7 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -20,9 +20,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | #ifdef HAVE_SYS_TYPES_H | 20 | #ifdef HAVE_SYS_TYPES_H |
| 21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
| 22 | #endif | 22 | #endif |
| 23 | #ifdef HAVE_UNISTD_H | 23 | |
| 24 | #include <unistd.h> | 24 | #include <unistd.h> |
| 25 | #endif | ||
| 26 | 25 | ||
| 27 | #ifdef HAVE_GNUTLS | 26 | #ifdef HAVE_GNUTLS |
| 28 | #include "gnutls.h" | 27 | #include "gnutls.h" |