Fix build with glib2 2.67.x.

glib headers should not be included with 'extern "C"'.
This commit is contained in:
Bill Nottingham
2021-02-13 16:35:27 -05:00
committed by John Ralls
parent 3c9d2a2842
commit c0f2c3ae25
75 changed files with 149 additions and 126 deletions

View File

@@ -31,12 +31,13 @@ extern "C"
#include <config.h>
#include <ctype.h>
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include "qof.h"
}
#include <glib.h>
/* Uncomment if you need to log anything.
static QofLogModule log_module = QOF_MOD_UTIL;
*/