chiark / gitweb /
rtnl: headers in src/systemd/ may not include internal headers
[elogind.git] / src / libsystemd-rtnl / test-rtnl.c
index 2d2b2373b6a6b5f18f8fdefa52a19167cc36a945..39a83f353207cb7c6f924b158a2b03aacf469123 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <linux/rtnetlink.h>
 #include <netinet/ether.h>
 
 #include "util.h"
 #include "macro.h"
 #include "sd-rtnl.h"
 #include "socket-util.h"
+#include "rtnl-util.h"
 
 static void test_link_configure(sd_rtnl *rtnl, int ifindex) {
         _cleanup_sd_rtnl_message_unref_ sd_rtnl_message *message;