diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-27 14:58:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 14:58:05 +0100 |
commit | 7760171904ef007f19e8f46aa240a00e382d5b74 (patch) | |
tree | 217d98308a3039e106efde5fd6a7b6a657916950 /src/core | |
parent | 4fee397531c97d22e41fb3f02452e82d412fe2b5 (diff) |
util-lib: move inotify-related definitions to fs-util.[ch]
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/cgroup.c | 1 | ||||
-rw-r--r-- | src/core/path.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 70f6d4af0f..bed01fde21 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -27,6 +27,7 @@ #include "cgroup.h" #include "fd-util.h" #include "fileio.h" +#include "fs-util.h" #include "parse-util.h" #include "path-util.h" #include "process-util.h" diff --git a/src/core/path.c b/src/core/path.c index 9c5309a58a..35e1753583 100644 --- a/src/core/path.c +++ b/src/core/path.c @@ -28,6 +28,7 @@ #include "bus-util.h" #include "dbus-path.h" #include "fd-util.h" +#include "fs-util.h" #include "glob-util.h" #include "macro.h" #include "mkdir.h" |