From eb14c103fe9b50a5da02001c83598bcff41ae931 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 26 Feb 2008 08:55:29 +0000 Subject: [PATCH] GCC 4.3 header. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3111 --- src/hardware/vga_tseng.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hardware/vga_tseng.cpp b/src/hardware/vga_tseng.cpp index 3e86ee51..b328ea92 100644 --- a/src/hardware/vga_tseng.cpp +++ b/src/hardware/vga_tseng.cpp @@ -16,14 +16,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: vga_tseng.cpp,v 1.2 2008-01-12 17:37:48 c2woody Exp $ */ +/* $Id: vga_tseng.cpp,v 1.3 2008-02-26 08:55:29 qbix79 Exp $ */ + #include "dosbox.h" #include "setup.h" #include "vga.h" #include "inout.h" #include "mem.h" - +#include // Tseng ET4K data typedef struct { Bit8u extensionsEnabled;