]> skyeroc.xyz Git - dgamelaunch/commitdiff
Include config.h in ttyrec.c (tried to use STREAMS on FreeBSD)
authorJilles Tjoelker <jilles@stack.nl>
Mon, 28 Jun 2004 12:39:23 +0000 (12:39 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Mon, 28 Jun 2004 12:39:23 +0000 (12:39 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@324 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

ttyrec.c

index f62f9032e3b273d70785afd665447440a0dc42d9..f148c9c1a19093a5f3e4d586b7a48d3e07a89f2d 100644 (file)
--- a/ttyrec.c
+++ b/ttyrec.c
@@ -44,6 +44,7 @@
  */
 
 #include "dgamelaunch.h"
+#include "config.h"
 
 #include <sys/types.h>
 #include <sys/stat.h>