diff options
Diffstat (limited to '3rdParty/LibNATPMP/src/libnatpmp/natpmp.h')
-rw-r--r-- | 3rdParty/LibNATPMP/src/libnatpmp/natpmp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdParty/LibNATPMP/src/libnatpmp/natpmp.h b/3rdParty/LibNATPMP/src/libnatpmp/natpmp.h index 1175b58..c870371 100644 --- a/3rdParty/LibNATPMP/src/libnatpmp/natpmp.h +++ b/3rdParty/LibNATPMP/src/libnatpmp/natpmp.h @@ -40,4 +40,10 @@ typedef unsigned short uint16_t; #endif +#ifdef ANDROID +#include <arpa/inet.h> +#define in_addr_t uint32_t +#endif + + typedef struct { int s; /* socket */ |