From: Jan Nieuwenhuizen Date: Sun, 28 Mar 2004 11:43:39 +0000 (+0000) Subject: Compile fix: Include . X-Git-Tag: release/2.1.35~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2142f45ff8a5ae46d5ebd0d135b54aa7f24ee37f;p=lilypond.git Compile fix: Include . Add header. --- diff --git a/ChangeLog b/ChangeLog index 20d352c56d..3172b03309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-28 Jan Nieuwenhuizen + + * lily/function-documentation.cc: Compile fix: Include . + Add header. + 2004-03-27 Heikki Junes * vim/lilypond-indent.vim: small fixes. diff --git a/lily/function-documentation.cc b/lily/function-documentation.cc index 824efb8f9e..bb6beb9e8b 100644 --- a/lily/function-documentation.cc +++ b/lily/function-documentation.cc @@ -1,3 +1,14 @@ +/* + function-documentation.cc -- + + source file of the GNU LilyPond music typesetter + + (c) 2004 Han-Wen Nienhuys + +*/ + +#include + #include "lily-guile.hh" #include "protected-scm.hh" #include "string.hh"