comparison src/doprnt.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 43adca79c8fd
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
27 27
28 #ifdef STDC_HEADERS 28 #ifdef STDC_HEADERS
29 #include <float.h> 29 #include <float.h>
30 #endif 30 #endif
31 31
32 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 32 #include <unistd.h>
34 #endif
35 33
36 #include "lisp.h" 34 #include "lisp.h"
37 35
38 /* Since we use the macro CHAR_HEAD_P, we have to include this, but 36 /* Since we use the macro CHAR_HEAD_P, we have to include this, but
39 don't have to include others because CHAR_HEAD_P does not contains 37 don't have to include others because CHAR_HEAD_P does not contains