mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:56:01 +01:00
Resolve implicit declaration of render_all
This commit is contained in:
parent
7d7fe1d864
commit
73e0754d58
1 changed files with 1 additions and 0 deletions
1
links.c
1
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 */
|
||||
|
|
Loading…
Reference in a new issue