Add setup.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3085
This commit is contained in:
parent
cd53ce7d24
commit
93d6a60493
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_image.cpp,v 1.18 2007-10-14 17:31:52 c2woody Exp $ */
|
||||
/* $Id: cdrom_image.cpp,v 1.19 2008-01-21 21:22:58 qbix79 Exp $ */
|
||||
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
|
@ -30,6 +30,7 @@
|
|||
#include "cdrom.h"
|
||||
#include "drives.h"
|
||||
#include "support.h"
|
||||
#include "setup.h"
|
||||
|
||||
#if !defined(WIN32)
|
||||
#include <libgen.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue