Mercurial > hg > early-roguelike
diff srogue/command.c @ 60:3aa87373c908
srogue: include missing headers.
author | elwin |
---|---|
date | Fri, 27 Jan 2012 17:29:30 +0000 |
parents | 24e6beb9e7aa |
children | 47aeaccbb953 |
line wrap: on
line diff
--- a/srogue/command.c Tue Jan 24 18:30:17 2012 +0000 +++ b/srogue/command.c Fri Jan 27 17:29:30 2012 +0000 @@ -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 /*