bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add missing include for ssize_t


From: James
Subject: Re: [PATCH] Add missing include for ssize_t
Date: Thu, 13 Feb 2014 07:42:37 +0000

Hello,

http://code.google.com/p/lilypond/issues/detail?id=3861

James


On 12 February 2014 18:57, Felix Janda <address@hidden> wrote:

> Makes lilypond compile with musl libc
> ---
>  flower/include/polynomial.hh | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/flower/include/polynomial.hh b/flower/include/polynomial.hh
> index 927b567..1724ab8 100644
> --- a/flower/include/polynomial.hh
> +++ b/flower/include/polynomial.hh
> @@ -24,6 +24,7 @@
>  #ifndef POLY_H
>  #define POLY_H
>
> +#include <sys/types.h>
>  #include "std-vector.hh"
>  #include "arithmetic-operator.hh"
>  #include "real.hh"
> --
> 1.8.3.2
>
> _______________________________________________
> lilypond-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-devel
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]