1
0
Fork 0

Move commandline to programs.h

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3082
This commit is contained in:
Peter Veenstra 2008-01-19 11:02:29 +00:00
parent 41a5d9d3d6
commit 61db3e5178
4 changed files with 49 additions and 28 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_programs.cpp,v 1.81 2007-12-27 15:38:00 qbix79 Exp $ */
/* $Id: dos_programs.cpp,v 1.82 2008-01-19 11:02:29 qbix79 Exp $ */
#include "dosbox.h"
#include <stdlib.h>
@ -34,6 +34,7 @@
#include "dos_system.h"
#include "dos_inc.h"
#include "bios.h"
#include "setup.h"
#if defined HAVE_SYS_TYPES_H && defined HAVE_PWD_H
#include <sys/types.h>