comparison src/fns.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 6bac5e026755
children dc74e58f6b0b
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 21
22 #include <config.h> 22 #include <config.h>
23 23
24 #ifdef HAVE_UNISTD_H
25 #include <unistd.h> 24 #include <unistd.h>
26 #endif
27 #include <time.h> 25 #include <time.h>
28 #include <setjmp.h> 26 #include <setjmp.h>
29 27
30 /* Note on some machines this defines `vector' as a typedef, 28 /* Note on some machines this defines `vector' as a typedef,
31 so make sure we don't use that name in this file. */ 29 so make sure we don't use that name in this file. */