mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
missed a net.h -> netmain.h
This commit is contained in:
parent
8ff653a142
commit
1051b8c748
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
net.h
|
||||
netchan.h
|
||||
|
||||
quake's interface to the networking layer
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
net.h
|
||||
netmain.h
|
||||
|
||||
@description@
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
#include "QF/sys.h"
|
||||
|
||||
#include "compat.h"
|
||||
#include "net.h"
|
||||
#include "netmain.h"
|
||||
|
||||
#define MAXHOSTNAMELEN 256
|
||||
|
||||
|
|
Loading…
Reference in a new issue