From 74ddc58f16a09b84c56e02862bfbfdf07582855b Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 21 Jul 2005 07:48:37 +0000 Subject: [PATCH] Missing include for safe_strncpy Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2245 --- src/dos/cdrom_aspi_win32.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dos/cdrom_aspi_win32.cpp b/src/dos/cdrom_aspi_win32.cpp index ca8360f1..573fde0a 100644 --- a/src/dos/cdrom_aspi_win32.cpp +++ b/src/dos/cdrom_aspi_win32.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: cdrom_aspi_win32.cpp,v 1.14 2005-07-19 19:45:16 qbix79 Exp $ */ +/* $Id: cdrom_aspi_win32.cpp,v 1.15 2005-07-21 07:48:37 qbix79 Exp $ */ #if defined (WIN32) @@ -24,6 +24,7 @@ #include "dosbox.h" #include "cdrom.h" +#include "support.h" //Are actually system includes but leave for now #include "wnaspi32.h"