mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix build with glib2 2.67.x.
glib headers should not be included with 'extern "C"'.
This commit is contained in:
committed by
John Ralls
parent
3c9d2a2842
commit
c0f2c3ae25
@@ -19,10 +19,7 @@
|
||||
* 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
||||
\********************************************************************/
|
||||
extern "C"
|
||||
{
|
||||
#include <glib.h>
|
||||
}
|
||||
#include <clocale>
|
||||
#include <boost/locale.hpp>
|
||||
#include "gnc-locale-utils.hpp"
|
||||
|
||||
Reference in New Issue
Block a user