mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
* 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:
parent
5ad7537be2
commit
7951b78a96
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue