mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
sd-rtnl: test - include missing.h to build on old kernels
This commit is contained in:
parent
14efd7617b
commit
5723e1760f
@ -27,6 +27,7 @@
|
|||||||
#include "socket-util.h"
|
#include "socket-util.h"
|
||||||
#include "rtnl-util.h"
|
#include "rtnl-util.h"
|
||||||
#include "event-util.h"
|
#include "event-util.h"
|
||||||
|
#include "missing.h"
|
||||||
|
|
||||||
static void test_link_configure(sd_rtnl *rtnl, int ifindex) {
|
static void test_link_configure(sd_rtnl *rtnl, int ifindex) {
|
||||||
_cleanup_rtnl_message_unref_ sd_rtnl_message *message;
|
_cleanup_rtnl_message_unref_ sd_rtnl_message *message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user