Mercurial > hg > early-roguelike
comparison arogue7/rip.c @ 126:b786053d2f37
arogue7: add missing header includes.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 08 May 2015 16:45:41 -0400 |
| parents | adfa37e67084 |
| children | 1a64fd0bfea6 |
comparison
equal
deleted
inserted
replaced
| 125:adfa37e67084 | 126:b786053d2f37 |
|---|---|
| 31 #else | 31 #else |
| 32 #include <time.h> | 32 #include <time.h> |
| 33 #endif | 33 #endif |
| 34 #include <signal.h> | 34 #include <signal.h> |
| 35 #include <ctype.h> | 35 #include <ctype.h> |
| 36 #include <string.h> | |
| 37 #include <stdlib.h> | |
| 36 #include <sys/types.h> | 38 #include <sys/types.h> |
| 37 #include <fcntl.h> | 39 #include <fcntl.h> |
| 38 #include "mach_dep.h" | 40 #include "mach_dep.h" |
| 39 #include "network.h" | 41 #include "network.h" |
| 40 #include "rogue.h" | 42 #include "rogue.h" |
