Mercurial > hg > early-roguelike
comparison arogue7/util.c @ 126:b786053d2f37
arogue7: add missing header includes.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 08 May 2015 16:45:41 -0400 |
| parents | adfa37e67084 |
| children | 1cd604c827a3 |
comparison
equal
deleted
inserted
replaced
| 125:adfa37e67084 | 126:b786053d2f37 |
|---|---|
| 13 */ | 13 */ |
| 14 | 14 |
| 15 #include "curses.h" | 15 #include "curses.h" |
| 16 #include "rogue.h" | 16 #include "rogue.h" |
| 17 #include <ctype.h> | 17 #include <ctype.h> |
| 18 #include <string.h> | |
| 18 #ifdef PC7300 | 19 #ifdef PC7300 |
| 19 #include <track.h> | 20 #include <track.h> |
| 20 #include <kcodes.h> | 21 #include <kcodes.h> |
| 21 #include <sys/window.h> | 22 #include <sys/window.h> |
| 22 extern struct uwdata wdata; | 23 extern struct uwdata wdata; |
