]> sjero.net Git - wget/blobdiff - src/wget.h
Merging heads.
[wget] / src / wget.h
index 409c71c975e02c62fbd1576803c6d692a914d252..8e2d3872f5a8260c01a03a13332af9fcf9d3ae29 100644 (file)
@@ -208,17 +208,15 @@ typedef double SUM_SIZE_INT;
 #include "options.h"
 
 /* Everything uses this, so include them here directly.  */
-#ifdef USE_GNULIB_ALLOC
-# include "xalloc.h"
-#else
-# include "xmalloc.h"
-#endif
+#include <alloca.h>
+#include "xalloc.h"
 
 /* Likewise for logging functions.  */
 #include "log.h"
 
 /* Likewise for quoting functions.  */
 #include "quote.h"
+#include "quotearg.h"
 
 /* Useful macros used across the code: */