From 10b63154160112f26489624ac996d3394e7084e6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 5 Mar 2016 11:18:51 +0100 Subject: [PATCH] Add missing includes for FreeBSD --- src/download.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/download.c b/src/download.c index 61efe25..a6ac70c 100644 --- a/src/download.c +++ b/src/download.c @@ -35,6 +35,8 @@ #endif #include #ifdef WITH_WEBKIT +# include +# include # include # include # include