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

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@216 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-21 11:50:21 +00:00
parent 5ad7537be2
commit 7951b78a96
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 */