Mercurial > hg > early-roguelike
comparison arogue7/mdport.c @ 126:b786053d2f37
arogue7: add missing header includes.
| author | John "Elwin" Edwards |
|---|---|
| date | Fri, 08 May 2015 16:45:41 -0400 |
| parents | adfa37e67084 |
| children | 708bb2dea17c |
comparison
equal
deleted
inserted
replaced
| 125:adfa37e67084 | 126:b786053d2f37 |
|---|---|
| 60 #include <ncurses/term.h> | 60 #include <ncurses/term.h> |
| 61 #endif | 61 #endif |
| 62 #endif | 62 #endif |
| 63 | 63 |
| 64 #include <stdio.h> | 64 #include <stdio.h> |
| 65 #include <string.h> | |
| 65 #include <fcntl.h> | 66 #include <fcntl.h> |
| 66 #include <limits.h> | 67 #include <limits.h> |
| 67 #include <sys/stat.h> | 68 #include <sys/stat.h> |
| 68 #include <signal.h> | 69 #include <signal.h> |
| 69 | 70 |
