From: Jan Nieuwenhuizen Date: Wed, 30 Mar 2005 08:45:40 +0000 (+0000) Subject: Build fix. X-Git-Tag: release/2.5.18~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7401b812d3b8d10aa8ac367567d309de86af083;p=lilypond.git Build fix. --- diff --git a/ChangeLog b/ChangeLog index baf51fccfb..7373d2d612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-30 Jan Nieuwenhuizen + * lily/general-scheme.cc: Build fix. + * scm/markup.scm: * input/regression/markup-scheme.ly: * input/regression/markup-syntax.ly: Drop 'new-' from name. diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index 6b96f3e14e..d34a7be1ed 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -13,7 +13,7 @@ #include /* isinf */ #include #include /* memset */ -#ifdef HAVE_UTF8_WCHAR_H +#if HAVE_UTF8_WCHAR_H #include /* wcrtomb */ #else #include /* wcrtomb */