From 1bc5d57ae3bd2c49aca3bba10c4ed87c62213e39 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 5 Oct 2010 21:52:37 +0200 Subject: [PATCH] notify: fix include properly --- src/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2