Missing include for safe_strncpy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2245
This commit is contained in:
parent
9c62fe8db2
commit
74ddc58f16
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue