]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
headers: xmalloc should always be included before mlmmj.h
authorBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 5 Jan 2022 08:19:41 +0000 (09:19 +0100)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Wed, 5 Jan 2022 08:19:41 +0000 (09:19 +0100)
src/send_help.c

index a73eb43102ca6763522ad1bd88e327e01a02d952..5a9e0aaf688b91986091bf753e06bddfa260b89b 100644 (file)
@@ -26,9 +26,9 @@
 #include <string.h>
 #include <fcntl.h>
 
+#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,