mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move glib and gtk includes out of extern C for tests.
Needed to compile with glib 2.67 and later.
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
||||
* *
|
||||
\********************************************************************/
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <config.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "qof.h"
|
||||
@@ -32,6 +32,8 @@ extern "C"
|
||||
#include "Account.h"
|
||||
}
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include "gnc-xml-helper.h"
|
||||
#include "gnc-xml.h"
|
||||
#include "sixtp-parsers.h"
|
||||
|
||||
Reference in New Issue
Block a user