Skip to content

Commit

Permalink
lkl: pull in linux/netlink.h into lkl headers
Browse files Browse the repository at this point in the history
Add ipv6 neighbor entry needs netlink that depends on quite a lot on
linux/netlink.h. Code is messy if we define all of them by ourselves.

Signed-off-by: Yuan Liu <liuyuan@google.com>
  • Loading branch information
liuyuan10 committed Aug 3, 2016
1 parent 59c55ff commit 162da82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/lkl/include/uapi/asm/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ typedef __s64 s64;
#include <asm/siginfo.h>
#include <linux/utime.h>
#include <asm/socket.h>
#include <linux/netlink.h>

/* Define data structures used in system calls that are not defined in UAPI
* headers */
Expand Down

0 comments on commit 162da82

Please sign in to comment.