]> sjero.net Git - wget/blobdiff - src/wget.h
Undo the USE_GNULIB_ALLOC defines.
[wget] / src / wget.h
index 08d8d8374ebd803b1cee0cf3681b6cb47ff74786..561e9cf917e53d15faad983a4c2b9a90b7cf0b54 100644 (file)
@@ -208,11 +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"
-\f
+
+/* Likewise for quoting functions.  */
+#include "quote.h"
+
 /* Useful macros used across the code: */
 
 /* The number of elements in an array.  For example: