]> sjero.net Git - wget/blobdiff - src/wget.h
Use Gnulib's xalloc module in convert.c (and include according header).
[wget] / src / wget.h
index 08d8d8374ebd803b1cee0cf3681b6cb47ff74786..409c71c975e02c62fbd1576803c6d692a914d252 100644 (file)
@@ -208,11 +208,18 @@ typedef double SUM_SIZE_INT;
 #include "options.h"
 
 /* Everything uses this, so include them here directly.  */
-#include "xmalloc.h"
+#ifdef USE_GNULIB_ALLOC
+# include "xalloc.h"
+#else
+# include "xmalloc.h"
+#endif
 
 /* 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: