Commit 460a2db0 authored by Deepa Dinamani's avatar Deepa Dinamani Committed by David S. Miller
Browse files

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: default avatarRan Rozenstein <ranro@mellanox.com>
Signed-off-by: default avatarDeepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ca5e9aba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#define _UAPI_LINUX_ERRQUEUE_H

#include <linux/types.h>
#include <linux/time_types.h>

struct sock_extended_err {
	__u32	ee_errno;