From f031e85fc0a11636445e0bf50493c705942dd03f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Oct 2010 21:49:01 +0200 Subject: [PATCH] notify: add missing include --- src/notify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notify.c b/src/notify.c index 61c4b0f92..fe33ac0b8 100644 --- a/src/notify.c +++ b/src/notify.c @@ -31,6 +31,7 @@ #include "util.h" #include "log.h" #include "sd-daemon.h" +#include "sd-notify.h" static bool arg_ready = false; static pid_t arg_pid = 0; -- 2.30.2