arogue7: add missing header includes.

This commit is contained in:
John "Elwin" Edwards 2015-05-08 16:45:41 -04:00
parent cf121ade21
commit 3095366864
24 changed files with 28 additions and 2 deletions

View file

@ -19,6 +19,7 @@
#include "curses.h"
#include <ctype.h>
#include <string.h>
#include "rogue.h"
int hit(struct object *weapon, bool see_att, bool see_def, char *er, char *ee, bool back_stab, bool thrown, bool short_msg);
@ -335,7 +336,6 @@ bool back_stab;
bool did_hit = FALSE;
int prop_hplus, prop_dplus;
int vampiric_damage;
char *strchr();
/* Get statistics */
att = &att_er->t_stats;