about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/tools/stub_http_download.c')
-rw-r--r--tests/unittests/tools/stub_http_download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/tools/stub_http_download.c b/tests/unittests/tools/stub_http_download.c
index f530b384..aff47200 100644
--- a/tests/unittests/tools/stub_http_download.c
+++ b/tests/unittests/tools/stub_http_download.c
@@ -3,6 +3,7 @@
 
 #include <curl/curl.h>
 #include <pthread.h>
+#include "common.h"
 
 typedef struct prof_win_t ProfWin;
 
@@ -17,6 +18,7 @@ typedef struct http_download_t
     ProfWin* window;
     pthread_t worker;
     int cancel;
+    gboolean silent;
 } HTTPDownload;
 
 void*