From: hniksic Date: Sun, 21 Sep 2003 23:32:42 +0000 (-0700) Subject: [svn] Include convert.h. X-Git-Tag: v1.13~1673 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=9d333d074b1de8c004bd3ff45135ebefb007dc7f [svn] Include convert.h. --- diff --git a/src/main.c b/src/main.c index 8235bbe8..6b0c6d19 100644 --- a/src/main.c +++ b/src/main.c @@ -60,6 +60,7 @@ so, delete this exception statement from your version. */ #include "cookies.h" #include "url.h" #include "progress.h" /* for progress_handle_sigwinch */ +#include "convert.h" #ifdef HAVE_SSL # include "gen_sslfunc.h"