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 *);