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/alloc.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 089a7766ca4..9a249e679b7 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -59,9 +59,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | #undef GC_MALLOC_CHECK | 59 | #undef GC_MALLOC_CHECK |
| 60 | #endif | 60 | #endif |
| 61 | 61 | ||
| 62 | #ifdef HAVE_UNISTD_H | ||
| 63 | #include <unistd.h> | 62 | #include <unistd.h> |
| 64 | #else | 63 | #ifndef HAVE_UNISTD_H |
| 65 | extern POINTER_TYPE *sbrk (); | 64 | extern POINTER_TYPE *sbrk (); |
| 66 | #endif | 65 | #endif |
| 67 | 66 | ||