Mercurial > hg > early-roguelike
diff srogue/scrolls.c @ 60:3aa87373c908
srogue: include missing headers.
author | elwin |
---|---|
date | Fri, 27 Jan 2012 17:29:30 +0000 |
parents | 2128c7dc8a40 |
children | 382ff498acdd |
line wrap: on
line diff
--- a/srogue/scrolls.c Tue Jan 24 18:30:17 2012 +0000 +++ b/srogue/scrolls.c Fri Jan 27 17:29:30 2012 +0000 @@ -14,6 +14,8 @@ * See the file LICENSE.TXT for full copyright and licensing information. */ +#include <stdlib.h> +#include <string.h> #include <ctype.h> #include "rogue.h" #include "rogue.ext"