diff options
Diffstat (limited to 'download.c')
-rw-r--r-- | download.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +33,7 @@ #include <fcntl.h> #include <limits.h> +#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> @@ -44,7 +45,6 @@ #include "http.h" #include "str.h" #include "url.h" -#include "util.h" /* * download url = r->pname / DOWNLOAD_URL / file->path |