projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe11eff
)
*** empty log message ***
author
janneke
<janneke>
Fri, 17 Feb 2006 14:11:38 +0000
(14:11 +0000)
committer
janneke
<janneke>
Fri, 17 Feb 2006 14:11:38 +0000
(14:11 +0000)
ChangeLog
patch
|
blob
|
history
flower/test-file.cc
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/flower/test-file.cc
b/flower/test-file.cc
index 564f81e30efdc0b9e7845da6689964a9a9f9a365..9057b3a9e2e91217f0233b1df79fbf5b8a697718 100644
(file)
--- a/
flower/test-file.cc
+++ b/
flower/test-file.cc
@@
-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>