From: Steven Schubiger Date: Fri, 25 Apr 2008 19:18:07 +0000 (+0200) Subject: Include Gnulib quotearg header. X-Git-Tag: v1.13~421^2~12^2~28^2~8 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a52fa6056bb7c66803d7448765159359deaeea63 Include Gnulib quotearg header. --- diff --git a/src/wget.h b/src/wget.h index 561e9cf9..8e2d3872 100644 --- a/src/wget.h +++ b/src/wget.h @@ -216,6 +216,7 @@ typedef double SUM_SIZE_INT; /* Likewise for quoting functions. */ #include "quote.h" +#include "quotearg.h" /* Useful macros used across the code: */