diff options
Diffstat (limited to 'src/pluto/fetch.c')
-rw-r--r-- | src/pluto/fetch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/fetch.c b/src/pluto/fetch.c index c0bf3fed6..cd8b58df2 100644 --- a/src/pluto/fetch.c +++ b/src/pluto/fetch.c @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: fetch.c 3252 2007-10-06 21:24:50Z andreas $ + * RCSID $Id: fetch.c 3686 2008-03-28 11:48:14Z martin $ */ #include <stdlib.h> @@ -825,7 +825,9 @@ fetch_thread(void *arg) void init_fetch(void) { +#if defined(LIBCURL) || defined (THREADS) int status; +#endif #ifdef LIBCURL /* init curl */ |