Skip to content

Commit

Permalink
errqueue.h: Include time_types.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Deepa Dinamani <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
deepa-hub authored and davem330 committed Feb 14, 2019
1 parent ca5e9ab commit 460a2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/errqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 460a2db

Please sign in to comment.