]> sjero.net Git - wget/blobdiff - src/retr.c
Merging Ted Mielczarek's CSS changes with tip.
[wget] / src / retr.c
index 179430acf72b83454fa319e1f987ddc320860303..7bdd4193fed50e1058c2c44a962394f002a3358d 100644 (file)
@@ -51,6 +51,7 @@ as that of the covered work.  */
 #include "hash.h"
 #include "convert.h"
 #include "ptimer.h"
+#include "html-url.h"
 
 /* Total size of downloaded files.  Used to enforce quota.  */
 SUM_SIZE_INT total_downloaded_bytes;
@@ -778,6 +779,8 @@ retrieve_url (const char *origurl, char **file, char **newloc,
             register_redirection (origurl, u->url);
           if (*dt & TEXTHTML)
             register_html (u->url, local_file);
+          if (*dt & TEXTCSS)
+            register_css (u->url, local_file);
         }
     }