srogue: include missing headers.

This commit is contained in:
John "Elwin" Edwards 2012-01-27 17:29:30 +00:00
parent 0195eba9bb
commit 5114a73d41
13 changed files with 22 additions and 0 deletions

View file

@ -15,6 +15,8 @@
* See the file LICENSE.TXT for full copyright and licensing information.
*/
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <termios.h>
#include <fcntl.h>