errqueue.h: Include time_types.h

Now that we have a separate header for struct __kernel_timespec,
include it directly without relying on userspace to do it.

Reported-by: Ran Rozenstein <ranro@mellanox.com>
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Deepa Dinamani 2019-02-12 19:26:04 -08:00 committed by David S. Miller
parent ca5e9aba75
commit 460a2db027
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#define _UAPI_LINUX_ERRQUEUE_H #define _UAPI_LINUX_ERRQUEUE_H
#include <linux/types.h> #include <linux/types.h>
#include <linux/time_types.h>
struct sock_extended_err { struct sock_extended_err {
__u32 ee_errno; __u32 ee_errno;