summaryrefslogtreecommitdiff
path: root/src/core/path.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-27 14:58:05 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 14:58:05 +0100
commit7760171904ef007f19e8f46aa240a00e382d5b74 (patch)
tree217d98308a3039e106efde5fd6a7b6a657916950 /src/core/path.c
parent4fee397531c97d22e41fb3f02452e82d412fe2b5 (diff)
util-lib: move inotify-related definitions to fs-util.[ch]
Diffstat (limited to 'src/core/path.c')
-rw-r--r--src/core/path.c1
1 files changed, 1 insertions, 0 deletions
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"