Fix some minor fallout.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@188 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
e4383a6174
commit
71925d116e
1
Makefile
1
Makefile
|
@ -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
|
ttyrec.o: ttyrec.c dgamelaunch.h ttyrec.h io.h
|
||||||
virus.o: virus.c last_char_is.c
|
virus.o: virus.c last_char_is.c
|
||||||
y.tab.o: y.tab.c dgamelaunch.h
|
y.tab.o: y.tab.c dgamelaunch.h
|
||||||
|
dgamelaunch.o: dgamelaunch.c dgamelaunch.h ttyplay.h ttyrec.h y.tab.h
|
||||||
|
|
3
ttyrec.c
3
ttyrec.c
|
@ -43,6 +43,8 @@
|
||||||
* script
|
* script
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "dgamelaunch.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
@ -61,7 +63,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "dgamelaunch.h"
|
|
||||||
#include "ttyrec.h"
|
#include "ttyrec.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue