Mercurial > hg > early-roguelike
comparison arogue7/save.c @ 126:b786053d2f37
arogue7: add missing header includes.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 08 May 2015 16:45:41 -0400 |
| parents | adfa37e67084 |
| children | c697782a9b37 |
comparison
equal
deleted
inserted
replaced
| 125:adfa37e67084 | 126:b786053d2f37 |
|---|---|
| 17 * | 17 * |
| 18 */ | 18 */ |
| 19 | 19 |
| 20 #include "curses.h" | 20 #include "curses.h" |
| 21 #include <ctype.h> | 21 #include <ctype.h> |
| 22 #include <stdlib.h> | |
| 23 #include <string.h> | |
| 22 #include <sys/types.h> | 24 #include <sys/types.h> |
| 23 #include <sys/stat.h> | 25 #include <sys/stat.h> |
| 24 #include <signal.h> | 26 #include <signal.h> |
| 25 #include "rogue.h" | 27 #include "rogue.h" |
| 26 #include <fcntl.h> | 28 #include <fcntl.h> |
