mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
fix a redefined #define
This commit is contained in:
parent
b7c2f5efa3
commit
2cd6b68669
1 changed files with 0 additions and 2 deletions
|
@ -52,9 +52,7 @@ static const char rcsid[] =
|
|||
# include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# define model_t sun_model_t
|
||||
# include <netinet/in.h>
|
||||
# undef model_t
|
||||
#endif
|
||||
#ifdef HAVE_NETDB_H
|
||||
# include <netdb.h>
|
||||
|
|
Loading…
Reference in a new issue