From 871d48020c1bae22e603e5c8771d9b7468c894c1 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 4 Apr 2013 12:53:27 +0200 Subject: [PATCH 1/1] abort declaration is not just implicit but incompatibly implicit, so make it explicit. --- rooms.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rooms.c b/rooms.c index 0e4530e..9e24af3 100644 --- a/rooms.c +++ b/rooms.c @@ -10,6 +10,8 @@ * See the file LICENSE.TXT for full copyright and licensing information. */ +#include + #include "curses.h" #include "rogue.h" -- 2.20.1