]> sjero.net Git - wget/blobdiff - src/wget.h
Revert the alloca_array() -> xcalloc() transition.
[wget] / src / wget.h
index 409c71c975e02c62fbd1576803c6d692a914d252..d8ab0c90a7b8c1a4c24f9ae5a77d5c66a49e4fde 100644 (file)
@@ -208,11 +208,7 @@ 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 "xmalloc.h"
 
 /* Likewise for logging functions.  */
 #include "log.h"