From a52fa6056bb7c66803d7448765159359deaeea63 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 25 Apr 2008 21:18:07 +0200 Subject: [PATCH] Include Gnulib quotearg header. --- src/wget.h | 1 + 1 file changed, 1 insertion(+) 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: */ -- 2.39.2