comparison src/xrdb.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents ac49e05bfcf2
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
20 You should have received a copy of the GNU General Public License 20 You should have received a copy of the GNU General Public License
21 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 21 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 22
23 #include <config.h> 23 #include <config.h>
24 24
25 #ifdef HAVE_UNISTD_H
26 #include <unistd.h> 25 #include <unistd.h>
27 #endif
28
29 #include <errno.h> 26 #include <errno.h>
30 #include <epaths.h> 27 #include <epaths.h>
31 28
32 #include <stdio.h> 29 #include <stdio.h>
33 #include <setjmp.h> 30 #include <setjmp.h>