srogue: include missing headers.
This commit is contained in:
parent
0195eba9bb
commit
5114a73d41
13 changed files with 22 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <signal.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#include <fcntl.h>
|
||||
|
|
@ -51,6 +52,7 @@ static char *rip[] = {
|
|||
#define RIP_LINES (sizeof rip / (sizeof (char *)))
|
||||
|
||||
char *killname();
|
||||
void writelog(int amount, int aflag, char monst);
|
||||
|
||||
/*
|
||||
* death:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue