1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

sd-rtnl: test - include missing.h to build on old kernels

This commit is contained in:
Tom Gundersen 2014-02-19 16:40:52 +01:00
parent 14efd7617b
commit 5723e1760f

View File

@ -27,6 +27,7 @@
#include "socket-util.h"
#include "rtnl-util.h"
#include "event-util.h"
#include "missing.h"
static void test_link_configure(sd_rtnl *rtnl, int ifindex) {
_cleanup_rtnl_message_unref_ sd_rtnl_message *message;