1
0
Fork 0

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:
Peter Veenstra 2005-07-31 12:08:58 +00:00
parent a5252330f7
commit c3be7fcdec

View file

@ -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