From 052f99d3790b2e600a344ffd6ead41d5c5492744 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Mon, 28 Jul 2008 20:32:51 +0000 Subject: Include headers we need, rather than depending on (optional) features doing so. svn path=/trunk/netsurf/; revision=4774 --- gtk/gtk_download.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk/gtk_download.c') diff --git a/gtk/gtk_download.c b/gtk/gtk_download.c index 6657ce1fc..5af5482bc 100644 --- a/gtk/gtk_download.c +++ b/gtk/gtk_download.c @@ -16,6 +16,10 @@ * along with this program. If not, see . */ +#include +#include +#include + #include #include -- cgit v1.2.3