1
0
Fork 0

keep it compiling

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2149
This commit is contained in:
Peter Veenstra 2005-03-25 09:06:46 +00:00
parent 9f14e8cd3c
commit 32ffb30cb0

View file

@ -16,13 +16,14 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: drive_iso.cpp,v 1.6 2005-03-16 20:44:56 qbix79 Exp $ */
/* $Id: drive_iso.cpp,v 1.7 2005-03-25 09:06:46 qbix79 Exp $ */
#include <cctype>
#include <cstring>
#include "cdrom.h"
#include "dosbox.h"
#include "dos_system.h"
#include "support.h"
#include "drives.h"
using namespace std;