From 31fd4a9961bcc8d456bfb1712895925f878d8b23 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 1 Jul 2024 13:04:03 +0200 Subject: [PATCH] fix build on linux --- Makefile.am | 7 +++---- src/strgen.c | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) 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" -- 2.47.3