diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-04-06 04:07:58 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2003-04-06 04:07:58 -0300 |
| commit | abe5d153a034a1b62c49340ac5cdca33b26717c5 (patch) | |
| tree | c550201f50a652ab5e0c3c807aedf971214f8845 /include/linux/netlink.h | |
| parent | e7507c165286ff39d810b50f6d1a0f3638c5022a (diff) | |
o linux/net.h: prune the include dependency tree, remove include socket.h
Use struct forward declaration and fix irda.h and netlink.h to include what
uses (only sa_family_t).
Diffstat (limited to 'include/linux/netlink.h')
| -rw-r--r-- | include/linux/netlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 69346c394563..30de192de7a9 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -1,6 +1,8 @@ #ifndef __LINUX_NETLINK_H #define __LINUX_NETLINK_H +#include <linux/socket.h> /* for sa_family_t */ + #define NETLINK_ROUTE 0 /* Routing/device hook */ #define NETLINK_SKIP 1 /* Reserved for ENskip */ #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ |
