comparison src/ralloc.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 68ca98ae70fb
children 17e0028efc29
comparison
equal deleted inserted replaced
112316:2887524f362a 112317:7df2e30d72ec
28 #include <config.h> 28 #include <config.h>
29 #include <setjmp.h> 29 #include <setjmp.h>
30 #include "lisp.h" /* Needed for VALBITS. */ 30 #include "lisp.h" /* Needed for VALBITS. */
31 #include "blockinput.h" 31 #include "blockinput.h"
32 32
33 #ifdef HAVE_UNISTD_H
34 #include <unistd.h> 33 #include <unistd.h>
35 #endif
36 34
37 typedef POINTER_TYPE *POINTER; 35 typedef POINTER_TYPE *POINTER;
38 typedef size_t SIZE; 36 typedef size_t SIZE;
39 37
40 #ifdef DOUG_LEA_MALLOC 38 #ifdef DOUG_LEA_MALLOC