]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix some minor fallout.
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 30 Jan 2004 02:52:23 +0000 (02:52 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 30 Jan 2004 02:52:23 +0000 (02:52 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@188 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile
ttyrec.c

index c2d6de2bc37638b4123919e5ad25db75902efa9d..8ff246f5cb03a19df59a8ac562d38b38b563b703 100644 (file)
--- a/Makefile
+++ b/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
 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
index c37652290f1ebe66f0d0f8d325dabf8cbce33133..c8ff86a26069db19ea42d6d6e0d0c2d94dc92ae4 100644 (file)
--- a/ttyrec.c
+++ b/ttyrec.c
@@ -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"