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