srogue: include missing headers.
This commit is contained in:
parent
0195eba9bb
commit
5114a73d41
13 changed files with 22 additions and 0 deletions
|
|
@ -16,11 +16,15 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include "rogue.h"
|
||||
#include "rogue.ext"
|
||||
#ifdef __DJGPP__
|
||||
#include <process.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue