From: Joe Wreschnig Date: Thu, 4 Apr 2013 10:53:27 +0000 (+0200) Subject: abort declaration is not just implicit but incompatibly implicit, so make it explicit. X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=commitdiff_plain;h=871d48020c1bae22e603e5c8771d9b7468c894c1;hp=dc2a9dbf021e23b51591df2fb04c476355ae26d6;ds=sidebyside abort declaration is not just implicit but incompatibly implicit, so make it explicit. --- 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"