]> git.donarmstrong.com Git - lilypond.git/commitdiff
Polynomial.hh - Make LilyPond compile w/ musl libc
authorFelix Janda <felix.janda@posteo.de>
Thu, 13 Feb 2014 07:37:30 +0000 (07:37 +0000)
committerJames Lowe <pkx166h@gmail.com>
Thu, 20 Feb 2014 15:00:36 +0000 (15:00 +0000)
Provided by Felix Janda

flower/include/polynomial.hh

index 927b5672c87613b1312b955afd03879dab91f8af..1724ab82a21cd956f816f1348c446319cbfaac7b 100644 (file)
@@ -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"