summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-network
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-05 14:44:17 +0200
committerLennart Poettering <lennart@poettering.net>2021-10-05 16:14:37 +0200
commit9e5fd717994a4935490a0a0b04599d0ccbc66855 (patch)
treefb5926f078d34f0f0b8c6b4bb1c8ea3e23c5175d /src/libsystemd/sd-network
parentbasic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u... (diff)
downloadsystemd-9e5fd717994a4935490a0a0b04599d0ccbc66855.tar.xz
systemd-9e5fd717994a4935490a0a0b04599d0ccbc66855.zip
basic: split out inotify-related calls from fs-util.h → inotify-util.h
Diffstat (limited to 'src/libsystemd/sd-network')
-rw-r--r--src/libsystemd/sd-network/sd-network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-network/sd-network.c b/src/libsystemd/sd-network/sd-network.c
index ee93dae9e3..dc48e91837 100644
--- a/src/libsystemd/sd-network/sd-network.c
+++ b/src/libsystemd/sd-network/sd-network.c
@@ -10,6 +10,7 @@
#include "env-file.h"
#include "fd-util.h"
#include "fs-util.h"
+#include "inotify-util.h"
#include "macro.h"
#include "parse-util.h"
#include "stdio-util.h"