]> sjero.net Git - wget/blobdiff - src/wget.h
Merge build info with head.
[wget] / src / wget.h
index a0122db9cc2043e7006c62ce7c9e1756229f857a..8e2d3872f5a8260c01a03a13332af9fcf9d3ae29 100644 (file)
@@ -208,18 +208,15 @@ typedef double SUM_SIZE_INT;
 #include "options.h"
 
 /* Everything uses this, so include them here directly.  */
-#ifdef USE_GNULIB_ALLOC
-# include <alloca.h>
-# 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: */