提交 c807201f 编写于 作者: A andrew

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

Summary: Add missing header to remove compiler warnings.
Reviewed-by: martin
Contributed-by: NMatthew Flaschen <matthew.flaschen@gatech.edu>
上级 0745cfb2
......@@ -24,6 +24,7 @@
*/
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in_systm.h>
......
......@@ -24,6 +24,7 @@
*/
#include <errno.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册