X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;fp=src%2Fwget.h;h=a0122db9cc2043e7006c62ce7c9e1756229f857a;hb=34747d72eb01960c81273d195e44100b1bf18efc;hp=d8ab0c90a7b8c1a4c24f9ae5a77d5c66a49e4fde;hpb=53ba46d62850c65545ef85102be9fa91b3888238;p=wget diff --git a/src/wget.h b/src/wget.h index d8ab0c90..a0122db9 100644 --- a/src/wget.h +++ b/src/wget.h @@ -208,7 +208,12 @@ typedef double SUM_SIZE_INT; #include "options.h" /* Everything uses this, so include them here directly. */ -#include "xmalloc.h" +#ifdef USE_GNULIB_ALLOC +# include +# include "xalloc.h" +#else +# include "xmalloc.h" +#endif /* Likewise for logging functions. */ #include "log.h"