diff options
Diffstat (limited to 'src/notify')
-rw-r--r-- | src/notify/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify/notify.c b/src/notify/notify.c index 0b7f3b12f8..f463c4dd86 100644 --- a/src/notify/notify.c +++ b/src/notify/notify.c @@ -27,7 +27,7 @@ #include <stdlib.h> #include <string.h> -#include <systemd/sd-daemon.h> +#include "systemd/sd-daemon.h" #include "strv.h" #include "util.h" |