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/term.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/term.c b/src/term.c index a684edc5a85..7027ba6b75b 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -25,11 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include <ctype.h> | 25 | #include <ctype.h> |
| 26 | #include <errno.h> | 26 | #include <errno.h> |
| 27 | #include <sys/file.h> | 27 | #include <sys/file.h> |
| 28 | |||
| 29 | #ifdef HAVE_UNISTD_H | ||
| 30 | #include <unistd.h> | 28 | #include <unistd.h> |
| 31 | #endif | ||
| 32 | |||
| 33 | #include <signal.h> | 29 | #include <signal.h> |
| 34 | #include <stdarg.h> | 30 | #include <stdarg.h> |
| 35 | #include <setjmp.h> | 31 | #include <setjmp.h> |