6562614: Compiler warnings for gettimeofday in Inet4/Inet6AddressImpl.c

Add missing header to remove compiler warnings.

Reviewed-by: martin
This commit is contained in:
Matthew Flaschen 2009-07-11 16:43:08 +01:00 committed by Andrew John Hughes
parent 5ba2fd7d33
commit 1b9d35f50c
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
*/
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in_systm.h>

View File

@ -24,6 +24,7 @@
*/
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>