From 162e6a19f634ac93f51ea09dae24d5515af55f27 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 26 Oct 2018 21:33:01 +0200 Subject: [PATCH] watchlist: Use full include path local includes --- src/watchlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/watchlist.c b/src/watchlist.c index 6166f827..d337da87 100644 --- a/src/watchlist.c +++ b/src/watchlist.c @@ -26,7 +26,7 @@ #include -#include "watchlist.h" +#include "src/watchlist.h" static bool watchlist_item_match(const void *a, const void *b) {