From 9d333d074b1de8c004bd3ff45135ebefb007dc7f Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Sun, 21 Sep 2003 16:32:42 -0700
Subject: [PATCH] [svn] Include convert.h.

---
 src/main.c | 1 +
 1 file changed, 1 insertion(+)

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"