mirror of
https://github.com/mirror/wget.git
synced 2025-01-03 00:40:28 +08:00
* src/html-url.h: Include needed header files
This commit is contained in:
parent
cc7f15a529
commit
ff3c7733b7
@ -31,6 +31,10 @@ as that of the covered work. */
|
||||
#ifndef HTML_URL_H
|
||||
#define HTML_URL_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "convert.h"
|
||||
#include "iri.h"
|
||||
|
||||
struct map_context {
|
||||
char *text; /* HTML text. */
|
||||
char *base; /* Base URI of the document, possibly
|
||||
|
Loading…
Reference in New Issue
Block a user