]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile fix: add stdio.h for snprintf.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 20 Sep 2003 11:04:24 +0000 (11:04 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 20 Sep 2003 11:04:24 +0000 (11:04 +0000)
ChangeLog
lily/parser.yy

index 726c66b866070361f5af1dc2248d8503800b8906..21fc8c8f474bb3520de87fba03f87ff454f931d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/parser.yy: Compile fix: add stdio.h for snprintf.
+
        * stepmake/stepmake/help2man-rules.make: 
        * cygwin/mknetrel: Bugfix for manpages.
 
index ff640674c6c26ba657a43146965c4fae87e2bf9d..1ebb6f2f045a8adc5a4e0f67ec9ee84d9b619e48 100644 (file)
@@ -53,6 +53,7 @@ TODO:
 */
 
 #include <ctype.h>
+#include <stdio.h>
 #include <stdlib.h>