9182ff9
diff -up lilypond-2.10.33/flower/file-name.cc.gcc43 lilypond-2.10.33/flower/file-name.cc
9182ff9
--- lilypond-2.10.33/flower/file-name.cc.gcc43	2008-04-08 00:13:27.000000000 -0400
9182ff9
+++ lilypond-2.10.33/flower/file-name.cc	2008-04-08 00:13:55.000000000 -0400
9182ff9
@@ -10,8 +10,10 @@
9182ff9
 #include "file-name.hh"
9182ff9
 
9182ff9
 #include <cstdio>
9182ff9
+#include <cstdlib>
9182ff9
 #include <cerrno>
9182ff9
 #include <unistd.h>
9182ff9
+#include <limits.h>
9182ff9
 
9182ff9
 using namespace std;
9182ff9
 
9182ff9
diff -up lilypond-2.10.33/flower/include/rational.hh.gcc43 lilypond-2.10.33/flower/include/rational.hh
9182ff9
--- lilypond-2.10.33/flower/include/rational.hh.gcc43	2008-04-08 00:14:23.000000000 -0400
9182ff9
+++ lilypond-2.10.33/flower/include/rational.hh	2008-04-08 00:15:09.000000000 -0400
9182ff9
@@ -9,6 +9,8 @@
9182ff9
 #ifndef RATIONAL_HH
9182ff9
 #define RATIONAL_HH
9182ff9
 
9182ff9
+#include <climits>
9182ff9
+
9182ff9
 #include "std-string.hh"
9182ff9
 
9182ff9
 #include "std-string.hh"
9182ff9
diff -up lilypond-2.10.33/flower/include/std-vector.hh.gcc43 lilypond-2.10.33/flower/include/std-vector.hh
9182ff9
--- lilypond-2.10.33/flower/include/std-vector.hh.gcc43	2008-04-08 00:11:55.000000000 -0400
9182ff9
+++ lilypond-2.10.33/flower/include/std-vector.hh	2008-04-08 00:12:58.000000000 -0400
9182ff9
@@ -22,6 +22,7 @@
9182ff9
 #include <algorithm>   /* find, reverse, sort */
9182ff9
 #include <functional>  /* unary_function */
9182ff9
 #include <cassert>
9182ff9
+#include <string>
9182ff9
 
9182ff9
 using namespace std;
9182ff9
 
9182ff9
diff -up lilypond-2.10.33/lily/midi-stream.cc.gcc43 lilypond-2.10.33/lily/midi-stream.cc
9182ff9
--- lilypond-2.10.33/lily/midi-stream.cc.gcc43	2008-04-08 00:19:35.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/midi-stream.cc	2008-04-08 00:19:44.000000000 -0400
9182ff9
@@ -9,6 +9,7 @@
9182ff9
 #include "midi-stream.hh"
9182ff9
 
9182ff9
 #include <cerrno>
9182ff9
+#include <cstring>
9182ff9
 using namespace std;
9182ff9
 
9182ff9
 #include "international.hh"
9182ff9
diff -up lilypond-2.10.33/lily/piano-pedal-engraver.cc.gcc43 lilypond-2.10.33/lily/piano-pedal-engraver.cc
9182ff9
--- lilypond-2.10.33/lily/piano-pedal-engraver.cc.gcc43	2008-04-08 00:21:48.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/piano-pedal-engraver.cc	2008-04-08 00:22:09.000000000 -0400
9182ff9
@@ -10,6 +10,8 @@
9182ff9
   bracketed pedals.
9182ff9
 */
9182ff9
 
9182ff9
+#include <cstring>
9182ff9
+
9182ff9
 #include "engraver.hh"
9182ff9
 
9182ff9
 #include "axis-group-interface.hh"
9182ff9
diff -up lilypond-2.10.33/lily/prob.cc.gcc43 lilypond-2.10.33/lily/prob.cc
9182ff9
--- lilypond-2.10.33/lily/prob.cc.gcc43	2008-04-08 00:22:39.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/prob.cc	2008-04-08 00:22:50.000000000 -0400
9182ff9
@@ -6,6 +6,8 @@
9182ff9
   (c) 2004--2007 Jan Nieuwenhuizen <janneke@gnu.org>
9182ff9
 */
9182ff9
 
9182ff9
+#include <cstring>
9182ff9
+
9182ff9
 #include "prob.hh"
9182ff9
 #include "main.hh"
9182ff9
 #include "item.hh"
9182ff9
diff -up lilypond-2.10.33/lily/relocate.cc.gcc43 lilypond-2.10.33/lily/relocate.cc
9182ff9
--- lilypond-2.10.33/lily/relocate.cc.gcc43	2008-04-08 00:23:10.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/relocate.cc	2008-04-08 00:23:23.000000000 -0400
9182ff9
@@ -16,6 +16,7 @@
9182ff9
 
9182ff9
 #include <sys/types.h>
9182ff9
 #include <dirent.h>
9182ff9
+#include <cstring>
9182ff9
 
9182ff9
 #if HAVE_GETTEXT
9182ff9
 #include <libintl.h>
9182ff9
diff -up lilypond-2.10.33/lily/source-file.cc.gcc43 lilypond-2.10.33/lily/source-file.cc
9182ff9
--- lilypond-2.10.33/lily/source-file.cc.gcc43	2008-04-08 00:24:09.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/source-file.cc	2008-04-08 00:24:48.000000000 -0400
9182ff9
@@ -18,6 +18,7 @@
9182ff9
 #endif
9182ff9
 
9182ff9
 #include <cstdio>
9182ff9
+#include <cstring>
9182ff9
 
9182ff9
 #if HAVE_SSTREAM
9182ff9
 #include <sstream>
9182ff9
diff -up lilypond-2.10.33/lily/translator.cc.gcc43 lilypond-2.10.33/lily/translator.cc
9182ff9
--- lilypond-2.10.33/lily/translator.cc.gcc43	2008-04-08 00:25:53.000000000 -0400
9182ff9
+++ lilypond-2.10.33/lily/translator.cc	2008-04-08 00:26:05.000000000 -0400
9182ff9
@@ -6,6 +6,8 @@
9182ff9
   (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9182ff9
 */
9182ff9
 
9182ff9
+#include <cstring>
9182ff9
+
9182ff9
 #include "translator.hh"
9182ff9
 
9182ff9
 #include "context-def.hh"