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/regex.c | |
| parent | 613f7bda1d003048ad79e7c4bba744e5057d609e (diff) | |
| download | emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip | |
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regex.c b/src/regex.c index 31f188efa99..4c54a2f863b 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -196,9 +196,7 @@ | |||
| 196 | even if config.h says that we can. */ | 196 | even if config.h says that we can. */ |
| 197 | # undef REL_ALLOC | 197 | # undef REL_ALLOC |
| 198 | 198 | ||
| 199 | # ifdef HAVE_UNISTD_H | 199 | # include <unistd.h> |
| 200 | # include <unistd.h> | ||
| 201 | # endif | ||
| 202 | 200 | ||
| 203 | /* When used in Emacs's lib-src, we need xmalloc and xrealloc. */ | 201 | /* When used in Emacs's lib-src, we need xmalloc and xrealloc. */ |
| 204 | 202 | ||