]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/libc-extension.cc
release: 0.1.57
[lilypond.git] / flower / libc-extension.cc
index a18ff61b47fa30b127ce5140d1367912dd421bdd..f44b468e8520d502752ff5bc0408496a4cc5f31a 100644 (file)
@@ -7,6 +7,7 @@
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 #include <stdarg.h>
+#include <stdio.h>
 #include <string.h>
 #include <ctype.h>
 #include "libc-extension.hh"
@@ -34,6 +35,7 @@ strnupr (char* start_l, int n)
   return start_l;
 }
 
+
 #if !HAVE_MEMMEM
 
 /** locate a substring. #memmem# finds the first occurrence of