From: Lennart Poettering Date: Tue, 5 Oct 2010 19:52:37 +0000 (+0200) Subject: notify: fix include properly X-Git-Tag: v11~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1bc5d57ae3bd2c49aca3bba10c4ed87c62213e39 notify: fix include properly --- diff --git a/src/notify.c b/src/notify.c index fe33ac0b8..a9bc51e2d 100644 --- a/src/notify.c +++ b/src/notify.c @@ -31,7 +31,7 @@ #include "util.h" #include "log.h" #include "sd-daemon.h" -#include "sd-notify.h" +#include "sd-readahead.h" static bool arg_ready = false; static pid_t arg_pid = 0;