From 8967c37e60b278176778bf54b38e439486c0afae Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Mon, 18 Sep 2017 17:07:44 +0200 Subject: [PATCH] [fix] add libsoup to header file --- src/get.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/get.h b/src/get.h index 1015ed2..aa9b9c2 100644 --- a/src/get.h +++ b/src/get.h @@ -1,6 +1,7 @@ #ifndef __GET_H #define __GET_H +#include extern int do_downloading(const char *, const char *, const char *); extern int do_client_notify(char *);