X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fnotify_desktop.c;h=e430b681c398257e350dab8efb01769d02f49520;hp=d167fbfe69fcdf4b02d095a8be07384b9199017c;hb=a811574a6acbf87f23948411876a231fecaeb491;hpb=c88c2de1c9cd6795b30c34990a565d18b69221e7 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);