From 73e0754d58f1e20186d21ed9c2587c348c4293d5 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Thu, 31 Oct 2013 08:49:25 +0100 Subject: [PATCH] Resolve implicit declaration of render_all --- links.c | 1 + 1 file changed, 1 insertion(+) diff --git a/links.c b/links.c index 8db3b4b..33d56f1 100644 --- a/links.c +++ b/links.c @@ -12,6 +12,7 @@ #include "document.h" #include "utils.h" #include "page.h" +#include "render.h" struct zathura_link_s { zathura_rectangle_t position; /**< Position of the link */