Fix compilation failure under ENABLE_CHECKING.
[bpt/emacs.git] / src / alloc.c
index aaf2f08..33dc68d 100644 (file)
@@ -26,6 +26,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <limits.h>            /* For CHAR_BIT.  */
 #include <setjmp.h>
 
+#ifdef ENABLE_CHECKING
+#include <signal.h>            /* For SIGABRT. */
+#endif
+
 #ifdef HAVE_PTHREAD
 #include <pthread.h>
 #endif