compilation fix for people without sdl_net.(vasyl)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2258
This commit is contained in:
parent
a5252330f7
commit
c3be7fcdec
1 changed files with 3 additions and 2 deletions
|
@ -16,12 +16,13 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: softmodem.h,v 1.1 2005-07-30 14:41:31 qbix79 Exp $ */
|
||||
/* $Id: softmodem.h,v 1.2 2005-07-31 12:08:58 qbix79 Exp $ */
|
||||
|
||||
#ifndef DOSBOX_SERIALMODEM_H
|
||||
#define DOSBOX_SERIALMODEM_H
|
||||
|
||||
#include "dosbox.h"
|
||||
#if C_MODEM
|
||||
#include "SDL_net.h"
|
||||
#include "serialport.h"
|
||||
|
||||
|
@ -239,5 +240,5 @@ protected:
|
|||
char str[256];
|
||||
} dial;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue