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/journal/sd-journal.c | |
parent | 4fee397531c97d22e41fb3f02452e82d412fe2b5 (diff) |
util-lib: move inotify-related definitions to fs-util.[ch]
Diffstat (limited to 'src/journal/sd-journal.c')
-rw-r--r-- | src/journal/sd-journal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/sd-journal.c b/src/journal/sd-journal.c index 6eda5162c7..043087485b 100644 --- a/src/journal/sd-journal.c +++ b/src/journal/sd-journal.c @@ -37,6 +37,7 @@ #include "fd-util.h" #include "fileio.h" #include "formats-util.h" +#include "fs-util.h" #include "hashmap.h" #include "hostname-util.h" #include "io-util.h" |