Mercurial > hg > early-roguelike
comparison srogue/save.c @ 60:3aa87373c908
srogue: include missing headers.
author | elwin |
---|---|
date | Fri, 27 Jan 2012 17:29:30 +0000 |
parents | 8a9525231fb6 |
children | f11eeafc6568 |
comparison
equal
deleted
inserted
replaced
59:bb9f7d01e09c | 60:3aa87373c908 |
---|---|
12 * All rights reserved. | 12 * All rights reserved. |
13 * | 13 * |
14 * See the file LICENSE.TXT for full copyright and licensing information. | 14 * See the file LICENSE.TXT for full copyright and licensing information. |
15 */ | 15 */ |
16 | 16 |
17 #include <stdlib.h> | |
18 #include <string.h> | |
17 #include <unistd.h> | 19 #include <unistd.h> |
18 #include <ctype.h> | 20 #include <ctype.h> |
19 #include <fcntl.h> | 21 #include <fcntl.h> |
20 #include <sys/types.h> | 22 #include <sys/types.h> |
21 #include <sys/stat.h> | 23 #include <sys/stat.h> |