uint_32_t on Solaris8 too... missed it in the previous Solaris8 patch

This commit is contained in:
Pontus Lidman 2000-06-29 07:52:00 +00:00
parent 5a2705d523
commit 223d222b91
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct qsockaddr
unsigned char sa_data[14];
};
#ifdef _WIN32
#if defined(_WIN32) || defined(__sun__)
#ifdef HAVE_IPV6
typedef unsigned int u_int32_t;
#endif