1
0
Fork 0

Missing include for safe_strncpy

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2245
This commit is contained in:
Peter Veenstra 2005-07-21 07:48:37 +00:00
parent 9c62fe8db2
commit 74ddc58f16

View file

@ -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"