abort declaration is not just implicit but incompatibly implicit, so make it explicit.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 4 Apr 2013 10:53:27 +0000 (12:53 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 4 Apr 2013 10:53:27 +0000 (12:53 +0200)
rooms.c

diff --git a/rooms.c b/rooms.c
index 0e4530e..9e24af3 100644 (file)
--- a/rooms.c
+++ b/rooms.c
@@ -10,6 +10,8 @@
  * See the file LICENSE.TXT for full copyright and licensing information.\r
  */\r
 \r
+#include <stdlib.h>\r
+\r
 #include "curses.h"\r
 #include "rogue.h"\r
 \r