Fix some minor fallout.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@188 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-30 02:52:23 +00:00
parent e4383a6174
commit 71925d116e
2 changed files with 3 additions and 1 deletions

View File

@ -88,3 +88,4 @@ ttyplay.o: ttyplay.c dgamelaunch.h ttyplay.h ttyrec.h io.h stripgfx.h
ttyrec.o: ttyrec.c dgamelaunch.h ttyrec.h io.h
virus.o: virus.c last_char_is.c
y.tab.o: y.tab.c dgamelaunch.h
dgamelaunch.o: dgamelaunch.c dgamelaunch.h ttyplay.h ttyrec.h y.tab.h

View File

@ -43,6 +43,8 @@
* script
*/
#include "dgamelaunch.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
@ -61,7 +63,6 @@
#include <stdlib.h>
#include <fcntl.h>
#include "dgamelaunch.h"
#include "ttyrec.h"
#include "io.h"