]> code.delx.au - gnu-emacs/blobdiff - src/ralloc.c
Merge from mainline.
[gnu-emacs] / src / ralloc.c
index 4f2e68976f2643cbc7af23dec09e0d36a4a6c8a3..d574893ca2e1a195f07af6096c81b2a958e253b7 100644 (file)
@@ -30,9 +30,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "lisp.h"              /* Needed for VALBITS.  */
 #include "blockinput.h"
 
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 typedef POINTER_TYPE *POINTER;
 typedef size_t SIZE;