Mercurial > hg > early-roguelike
comparison xrogue/command.c @ 135:ce0cf824c192
xrogue: add missing includes.
This prevents some warnings.
| author | John "Elwin" Edwards |
|---|---|
| date | Tue, 21 Apr 2015 10:34:01 -0400 |
| parents | e6179860cb76 |
| children | dd137c35c3b1 |
comparison
equal
deleted
inserted
replaced
| 134:cfa9d1609b78 | 135:ce0cf824c192 |
|---|---|
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #include <curses.h> | 19 #include <curses.h> |
| 20 #include <ctype.h> | 20 #include <ctype.h> |
| 21 #include <signal.h> | 21 #include <signal.h> |
| 22 #include <stdlib.h> | |
| 23 #include <string.h> | |
| 22 #include "mach_dep.h" | 24 #include "mach_dep.h" |
| 23 #include "rogue.h" | 25 #include "rogue.h" |
| 24 | 26 |
| 25 /* | 27 /* |
| 26 * command: | 28 * command: |
