$NetBSD: patch-ad,v 1.1 2001/04/22 17:16:44 wiz Exp $ --- src/htmlview.h.orig Sat Dec 11 04:14:04 1999 +++ src/htmlview.h @@ -27,6 +27,9 @@ #include #include "main.h" #include "doc.h" +#ifdef USE_GTKHTML +#include +#endif typedef enum { HtmlViewXmHtml, @@ -47,7 +50,7 @@ #endif #ifdef USE_GTKHTML extern void html_view_url_requested(GtkHTML *html, const char *url, - GtkHTMLStreamHandle handle, gpointer); + GtkHTMLStream *handle, gpointer); #endif #ifdef __cplusplus