Mercurial > hg > early-roguelike
comparison xrogue/save.c @ 205:6e6fb0955095
XRogue: fix some header includes.
| author | John "Elwin" Edwards |
|---|---|
| date | Thu, 13 Aug 2015 14:57:26 -0400 |
| parents | 443c8bd3e290 |
| children | a3d90e31a001 |
comparison
equal
deleted
inserted
replaced
| 204:4b1999ac91cf | 205:6e6fb0955095 |
|---|---|
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #include <curses.h> | 19 #include <curses.h> |
| 20 #include <ctype.h> | 20 #include <ctype.h> |
| 21 #include <string.h> | 21 #include <string.h> |
| 22 #include <stdlib.h> | |
| 22 #include <sys/types.h> | 23 #include <sys/types.h> |
| 23 #include <signal.h> | 24 #include <signal.h> |
| 24 #include <fcntl.h> | 25 #include <fcntl.h> |
| 25 #include <errno.h> | 26 #include <errno.h> |
| 26 #include "rogue.h" | 27 #include "rogue.h" |
