diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:39:32 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-07 03:39:32 +0100 |
commit | a33dece5f8cce7f1946263bec76068ef84abc07b (patch) | |
tree | 4bc528464883d362e9d3049bcf7df48df913ae4d /src/libsystemd-rtnl/rtnl-internal.h | |
parent | a2cdd907d1ffd314d1f15d83851610231f69eb61 (diff) |
rtnl: headers in src/systemd/ may not include internal headers
Hence including "util.h" from sd-rtnl.h is not OK. Let's minimize our
headers we pull in a bit.
Diffstat (limited to 'src/libsystemd-rtnl/rtnl-internal.h')
-rw-r--r-- | src/libsystemd-rtnl/rtnl-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-rtnl/rtnl-internal.h b/src/libsystemd-rtnl/rtnl-internal.h index b34e7ea126..b05290fd89 100644 --- a/src/libsystemd-rtnl/rtnl-internal.h +++ b/src/libsystemd-rtnl/rtnl-internal.h @@ -21,6 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <linux/netlink.h> + #include "refcnt.h" struct sd_rtnl { |