arogue7: add missing header includes.
This commit is contained in:
parent
cf121ade21
commit
3095366864
24 changed files with 28 additions and 2 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#include "curses.h"
|
||||
#include "rogue.h"
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
@ -211,7 +212,6 @@ bool max_monster;
|
|||
register char *ip, *hitp;
|
||||
register int i, min_intel, max_intel;
|
||||
register int num_dice, num_sides=8, num_extra=0;
|
||||
char *strchr();
|
||||
|
||||
attach(mlist, item);
|
||||
tp = THINGPTR(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue