From ff3c7733b7b23ec1aa332a9825d7ea7917f4d235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 18 Apr 2018 20:41:08 +0200 Subject: [PATCH] * src/html-url.h: Include needed header files --- src/html-url.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/html-url.h b/src/html-url.h index a3ca43cd..76175664 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -31,6 +31,10 @@ as that of the covered work. */ #ifndef HTML_URL_H #define HTML_URL_H +#include +#include "convert.h" +#include "iri.h" + struct map_context { char *text; /* HTML text. */ char *base; /* Base URI of the document, possibly