diff options
Diffstat (limited to 'src/systemd-notify/notify.c')
-rw-r--r-- | src/systemd-notify/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-notify/notify.c b/src/systemd-notify/notify.c index 49f97c61d9..b18fb5938f 100644 --- a/src/systemd-notify/notify.c +++ b/src/systemd-notify/notify.c @@ -23,7 +23,7 @@ #include <stdlib.h> #include <unistd.h> -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "alloc-util.h" #include "env-util.h" |