Portability fix

This commit is contained in:
monty@narttu.mysql.fi 2003-10-06 20:31:35 +03:00
parent 74077c79fc
commit 0a241aa2ed

View File

@ -37,7 +37,7 @@ extern int h_errno;
#endif
#ifndef HAVE_IN_ADDR_T
#define in_addr_t u_long
#define in_addr_t ulong
#endif