X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnotify_desktop.c;h=e430b681c398257e350dab8efb01769d02f49520;hb=904a45ef1b06bf7b14238af6d2aeb9bce176daf7;hp=d167fbfe69fcdf4b02d095a8be07384b9199017c;hpb=267bbc64779f9c7b32e063aac0df22be61bda6ae;p=collectd.git diff --git a/src/notify_desktop.c b/src/notify_desktop.c index d167fbfe..e430b681 100644 --- a/src/notify_desktop.c +++ b/src/notify_desktop.c @@ -30,8 +30,8 @@ #include "collectd.h" -#include "common.h" #include "plugin.h" +#include "utils/common/common.h" #include #include @@ -102,7 +102,7 @@ static int c_notify(const notification_t *n, notification = notify_notification_new(summary, n->message, NULL #if NOTIFY_CHECK_VERSION(0, 7, 0) - ); + ); #else , NULL);