diff --git a/doc/Changelog b/doc/Changelog index faae011..5bbc7af 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -59,6 +59,8 @@ sysvinit (2.89dsf) UNRELEASED; urgency=low * Try harder to find libcrypt.*, even if there is no static library available. Also look in /usr/lib/*/ for the library, to handle Debian multiarch systems. Based on patch from Andrew Gregory. + * Adjust included headers to be compatible with the musl C + library. Patch from Matias A. Fonzo and Dragora. -- Petter Reinholdtsen Sun Apr 11 11:28:55 CEST 2010 diff --git a/src/ifdown.c b/src/ifdown.c index 3048a35..a2b3bc5 100644 --- a/src/ifdown.c +++ b/src/ifdown.c @@ -26,11 +26,11 @@ char *v_ifdown = "@(#)ifdown.c 1.11 02-Jun-1998 miquels@cistron.nl"; #include #include #include +#include #include #include #include -#include #include #include diff --git a/src/init.c b/src/init.c index 3b24470..8c236fc 100644 --- a/src/init.c +++ b/src/init.c @@ -49,6 +49,7 @@ #include #include #include +#include #include #include