mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
fix model_t issues for solaris (now that I know which headers cause the
problem...:)
This commit is contained in:
parent
1354975692
commit
b5783866ad
7 changed files with 17 additions and 31 deletions
|
@ -42,7 +42,9 @@ 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_ARPA_INET_H
|
||||
# include <arpa/inet.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue