xrogue: add missing includes.
This prevents some warnings.
This commit is contained in:
parent
02cec53f85
commit
dec970210b
24 changed files with 28 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
See the file LICENSE.TXT for full copyright and licensing information.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <curses.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue