diff options
author | Felix Janda <felix.janda@posteo.de> | 2014-02-13 07:37:30 +0000 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2014-02-20 15:00:36 +0000 |
commit | ec5d4d5731b167200d6fa5e614abc3feee9ba95f (patch) | |
tree | 929314dd3fd38df16e4fe39ca7bce6af9ef81c8f /flower | |
parent | 0883ccf0f0d409365a9cc99bd2e62655f3ffd9be (diff) |
Polynomial.hh - Make LilyPond compile w/ musl libc
Provided by Felix Janda
Diffstat (limited to 'flower')
-rw-r--r-- | flower/include/polynomial.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flower/include/polynomial.hh b/flower/include/polynomial.hh index 927b5672c8..1724ab82a2 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" |