chiark / gitweb /
Fix build on musl
authorBjorn Pagen <bjornpagen@gmail.com>
Thu, 22 Feb 2018 22:05:31 +0000 (17:05 -0500)
committerSven Eden <yamakuzure@gmx.net>
Wed, 7 Mar 2018 15:52:59 +0000 (16:52 +0100)
commit39123db2e48422d5bb65a1f7c20d9ffbd9102f8b
treeb2a74cb9d21dcf35bae58390a3065e6f358e48be
parente38c16d909d17371c8ec6e090f07da7a1f528ce6
Fix build on musl

Before this fix, elogind did not compile on musl, as the header "musl-missing.h" tries to include a nonexistant header: "config.h". This patch fixes that. Musl compiles with no issues once this patch is administered.
src/shared/musl_missing.h