From: janneke Date: Sat, 20 Sep 2003 11:04:24 +0000 (+0000) Subject: Compile fix: add stdio.h for snprintf. X-Git-Tag: release/2.1.3~121 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=09676cd84455adff8979ea900021c1f28b0ee8d2;p=lilypond.git Compile fix: add stdio.h for snprintf. --- diff --git a/ChangeLog b/ChangeLog index 726c66b866..21fc8c8f47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-09-20 Jan Nieuwenhuizen + * lily/parser.yy: Compile fix: add stdio.h for snprintf. + * stepmake/stepmake/help2man-rules.make: * cygwin/mknetrel: Bugfix for manpages. diff --git a/lily/parser.yy b/lily/parser.yy index ff640674c6..1ebb6f2f04 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -53,6 +53,7 @@ TODO: */ #include +#include #include