chiark / gitweb /
rtnl: headers in src/systemd/ may not include internal headers
[elogind.git] / src / libsystemd-rtnl / rtnl-internal.h
index 70bb6d0b18902f9e3886eef626a00eac6bd4b8e4..b05290fd89ee7ad5ab9a69c08c01e5eb62402b8d 100644 (file)
@@ -1,5 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
+#pragma once
+
 /***
   This file is part of systemd.
 
@@ -19,6 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <linux/netlink.h>
+
 #include "refcnt.h"
 
 struct sd_rtnl {