mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Portability fix
This commit is contained in:
parent
851bb139af
commit
b1ef6fc39c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ extern int h_errno;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_IN_ADDR_T
|
#ifndef HAVE_IN_ADDR_T
|
||||||
#define in_addr_t u_long
|
#define in_addr_t ulong
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue