]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 17 Feb 2006 14:11:38 +0000 (14:11 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 17 Feb 2006 14:11:38 +0000 (14:11 +0000)
ChangeLog
flower/test-file.cc

index d8dd124befbd08bdb015fbb09f8aecd116a4b4b3..63f97a2b06dafdb76f361164b088df5df511b52a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/relocate.cc (setup_paths): Yet another const fix.
+
 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
index 564f81e30efdc0b9e7845da6689964a9a9f9a365..9057b3a9e2e91217f0233b1df79fbf5b8a697718 100644 (file)
@@ -1,6 +1,7 @@
 #define HAVE_BOOST_LAMBDA 1
 #include "std-vector.hh"
 
+#include <unistd.h>
 #include <iostream>
 
 #include <boost/test/auto_unit_test.hpp>