]> sjero.net Git - wget/blobdiff - src/html-url.c
Fix GCC warnings.
[wget] / src / html-url.c
index 287b2f548414fbbcb6e8fa1d62040ec43910e80e..f5ab2932902d9ece8a6ac6451c61d888ec8031f9 100644 (file)
@@ -36,6 +36,7 @@ as that of the covered work.  */
 #include <errno.h>
 #include <assert.h>
 
+#include "exits.h"
 #include "html-parse.h"
 #include "url.h"
 #include "utils.h"
@@ -810,6 +811,7 @@ get_urls_file (const char *file)
                      file, url_text, error);
           xfree (url_text);
           xfree (error);
+          inform_exit_status (URLERROR);
           continue;
         }
       xfree (url_text);