diff options
author | Alexander Chernikov <melifaro@FreeBSD.org> | 2022-12-16 19:20:05 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-12-16 19:21:51 +0100 |
commit | 176fc68aed32a5675aa643e3b7c6f65ff9ad13d0 (patch) | |
tree | 3113e0d0a2d48bab4aec48134fd89c7db7d9b174 /sysdep/cf/linux.h | |
parent | 7b6c9649775b288653b0d61df6004d79f0d83ccf (diff) |
Netlink: move OS-specific headers and defines to sysdep
Minor changes from committer.
Diffstat (limited to 'sysdep/cf/linux.h')
-rw-r--r-- | sysdep/cf/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/cf/linux.h b/sysdep/cf/linux.h index 85598c10..9c37dd8a 100644 --- a/sysdep/cf/linux.h +++ b/sysdep/cf/linux.h @@ -16,6 +16,7 @@ #define CONFIG_INCLUDE_SYSIO_H "sysdep/linux/sysio.h" #define CONFIG_INCLUDE_KRTSYS_H "sysdep/linux/krt-sys.h" +#define CONFIG_INCLUDE_NLSYS_H "sysdep/linux/netlink-sys.h" #define CONFIG_LINUX_NETLINK |