From: Baptiste Daroussin Date: Mon, 1 Jul 2024 11:04:03 +0000 (+0200) Subject: fix build on linux X-Git-Tag: RELEASE_1_4_7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31fd4a9961bcc8d456bfb1712895925f878d8b23;p=thirdparty%2Fmlmmj.git fix build on linux --- diff --git a/Makefile.am b/Makefile.am index 04c5fd77..d4c4fe89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,9 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = include LICENSE UPGRADE FAQ \ - TUNABLES README.access README.archives README.listtexts man \ - README.exim4 README.sendmail README.security README.qmail \ - README.postfix README.footers \ - Kyuafile tests/Kyuafile \ + TUNABLES.md README.access.md README.archives.md README.listtexts.md \ + man README.exim4.md README.sendmail.md README.qmail.md \ + README.postfix.md README.footers.md Kyuafile tests/Kyuafile \ tests/dsnmail CLEANFILES = *~ mlmmj-*.tar.* diff --git a/src/strgen.c b/src/strgen.c index 1097f505..d0e5a858 100644 --- a/src/strgen.c +++ b/src/strgen.c @@ -32,7 +32,9 @@ #include #include #include +#if defined(__APPLE__) #include +#endif #include "xmalloc.h" #include "mlmmj.h"