* host_cmd.c, menu.c, sv_main.c: Include net_sys.h (for net_defs.h).

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@216 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-21 11:50:21 +00:00
parent 7a36701fa8
commit 63c98a9576
3 changed files with 7 additions and 1 deletions

View file

@ -20,8 +20,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "quakedef.h"
#include "arch_def.h"
#include "net_sys.h" /* for net_defs.h */
#include <dirent.h>
#include "quakedef.h"
#include "net_defs.h" /* for struct qsocket_s details */
extern cvar_t pausable;

View file

@ -19,6 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "arch_def.h"
#include "net_sys.h" /* FIXME */
#include "quakedef.h"
#include "net_defs.h" /* FIXME */

View file

@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// sv_main.c -- server main program
#include "arch_def.h"
#include "net_sys.h" /* for net_defs.h */
#include "quakedef.h"
#include "net_defs.h" /* for struct qsocket_s details */