]> git.ipfire.org Git - thirdparty/mlmmj.git/commit
Fix compilation on older platforms 5/head
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>
Mon, 18 Sep 2023 18:06:35 +0000 (14:06 -0400)
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>
Mon, 18 Sep 2023 18:06:35 +0000 (14:06 -0400)
commit0bf48903c14af24d4afe1c5ce71ba7572745c062
tree81d37a98602326fd28232cfcb7090bdeb7bf7e79
parentdb3555fe38798379d7fe189e720d2514f217a774
Fix compilation on older platforms

When attempting to compile on older platforms (e.g. CentOS 7), there is
a failure due to the wrong stat.h being included via dependencies. This
makes sure that it finds sys/stat.h first.
src/send_help.c