gnucash stable: Fix glib include.

John Ralls jralls at code.gnucash.org
Thu May 11 15:34:35 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/9b954196 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d696f0cf (commit)



commit 9b954196085e8f19b698cfbf79bfdf7ee5e3916b
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 11 11:56:23 2023 -0700

    Fix glib include.

diff --git a/libgnucash/core-utils/gnc-filepath-utils.h b/libgnucash/core-utils/gnc-filepath-utils.h
index 761573139d..79b4158eee 100644
--- a/libgnucash/core-utils/gnc-filepath-utils.h
+++ b/libgnucash/core-utils/gnc-filepath-utils.h
@@ -29,7 +29,7 @@
 #ifndef GNC_FILEPATH_UTILS_H
 #define GNC_FILEPATH_UTILS_H
 
-#include <glib-2.0/glib.h>
+#include <glib.h>
 
 #ifdef __cplusplus
 extern "C" {



Summary of changes:
 libgnucash/core-utils/gnc-filepath-utils.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list