Mercurial > emacs
diff src/regex.c @ 112317:7df2e30d72ec
Include <unistd.h> unilaterally.
| author | Paul Eggert <eggert@cs.ucla.edu> |
|---|---|
| date | Sun, 09 Jan 2011 00:12:35 -0800 |
| parents | a673d202fe46 |
| children | 17e0028efc29 |
line wrap: on
line diff
--- a/src/regex.c Sun Jan 09 00:00:02 2011 -0800 +++ b/src/regex.c Sun Jan 09 00:12:35 2011 -0800 @@ -196,9 +196,7 @@ even if config.h says that we can. */ # undef REL_ALLOC -# ifdef HAVE_UNISTD_H -# include <unistd.h> -# endif +# include <unistd.h> /* When used in Emacs's lib-src, we need xmalloc and xrealloc. */
