mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
nativenet: fix interrogate error recognizing sockaddr types
This commit is contained in:
parent
079a7495f2
commit
4e42c4c941
@ -12,7 +12,9 @@ const int BASIC_ERROR = -1;
|
|||||||
// Interrogate doesn't need to parse any of this.
|
// Interrogate doesn't need to parse any of this.
|
||||||
|
|
||||||
typedef unsigned long SOCKET;
|
typedef unsigned long SOCKET;
|
||||||
typedef unsigned short sa_family_t;
|
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* HP SOCKET LIBRARY STUFF
|
* HP SOCKET LIBRARY STUFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user