From 20b453bfdefc9d2d85a6f3006f55aacb52caefa3 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 28 Jun 2004 12:39:23 +0000 Subject: [PATCH] Include config.h in ttyrec.c (tried to use STREAMS on FreeBSD) git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@324 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- ttyrec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ttyrec.c b/ttyrec.c index f62f903..f148c9c 100644 --- a/ttyrec.c +++ b/ttyrec.c @@ -44,6 +44,7 @@ */ #include "dgamelaunch.h" +#include "config.h" #include #include -- 2.47.3