Mercurial > hg > early-roguelike
comparison xrogue/trader.c @ 135:ce0cf824c192
xrogue: add missing includes.
This prevents some warnings.
author | John "Elwin" Edwards |
---|---|
date | Tue, 21 Apr 2015 10:34:01 -0400 |
parents | e6179860cb76 |
children | f54901b9c39b |
comparison
equal
deleted
inserted
replaced
134:cfa9d1609b78 | 135:ce0cf824c192 |
---|---|
11 | 11 |
12 See the file LICENSE.TXT for full copyright and licensing information. | 12 See the file LICENSE.TXT for full copyright and licensing information. |
13 */ | 13 */ |
14 | 14 |
15 #include <curses.h> | 15 #include <curses.h> |
16 #include <string.h> | |
16 #include "rogue.h" | 17 #include "rogue.h" |
17 | 18 |
18 /* | 19 /* |
19 * buy_it: | 20 * buy_it: |
20 * Buy the item on which the hero stands | 21 * Buy the item on which the hero stands |