diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-05 21:52:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 21:52:37 +0200 |
commit | 1bc5d57ae3bd2c49aca3bba10c4ed87c62213e39 (patch) | |
tree | 97eb08cee9a74a1b72856282b0771970bccf65bb | |
parent | c899f8c61a6f42ec53dbc5645e0ff96c58b2d57a (diff) |
notify: fix include properly
-rw-r--r-- | src/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.c b/src/notify.c index fe33ac0b8c..a9bc51e2db 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; |