From: Baptiste Daroussin Date: Wed, 5 Jan 2022 08:19:41 +0000 (+0100) Subject: headers: xmalloc should always be included before mlmmj.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad7876acf97eab2ea96f978bf3f3a78bbdde3dad;p=thirdparty%2Fmlmmj.git headers: xmalloc should always be included before mlmmj.h --- diff --git a/src/send_help.c b/src/send_help.c index a73eb431..5a9e0aaf 100644 --- a/src/send_help.c +++ b/src/send_help.c @@ -26,9 +26,9 @@ #include #include +#include "xmalloc.h" #include "mlmmj.h" #include "send_help.h" -#include "xmalloc.h" #include "send_mails.h" void send_help(struct mlmmj_list *list, const char *queuefilename,