comparison src/ralloc.c @ 61226:1050c59c8ed5

#include blockinput also
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 02 Apr 2005 12:12:48 +0000
parents 1e515cc6ca0c
children a8fa7c632ee4 7a3341d65a12
comparison
equal deleted inserted replaced
61225:1e515cc6ca0c 61226:1050c59c8ed5
26 26
27 #ifdef emacs 27 #ifdef emacs
28 28
29 #include <config.h> 29 #include <config.h>
30 #include "lisp.h" /* Needed for VALBITS. */ 30 #include "lisp.h" /* Needed for VALBITS. */
31 #include "blockinput.h"
31 32
32 #ifdef HAVE_UNISTD_H 33 #ifdef HAVE_UNISTD_H
33 #include <unistd.h> 34 #include <unistd.h>
34 #endif 35 #endif
35 36