examples/testd.c: As the C POSIX library recommends include the instead of . This removes an error when building libdaemon against the musl C library. Signed-off-by: Jörg Krause --- a/examples/testd.c 2014-08-30 00:27:08.359832977 +0200 +++ b/examples/testd.c 2014-08-30 00:27:25.439832670 +0200 @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include