xeme/xeme

Add missing xemeversion.h includes

3 months ago, Elliott Sales de Andrade
7a8b63fa41c7
Parents 0578ccd2365c
Children 447bc76f682a
Add missing xemeversion.h includes

These are needed for the `XEME_AVAILABLE_*` macros, but the problem is hidden because other things include it before these headers.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/2929/
--- a/xeme/xemecore.h Tue Jan 02 00:45:14 2024 -0600
+++ b/xeme/xemecore.h Tue Jan 23 00:12:30 2024 -0600
@@ -20,6 +20,10 @@
#include <glib.h>
+#include "xemeversion.h"
+
+G_BEGIN_DECLS
+
/**
* XEME_DOMAIN:
*
@@ -29,4 +33,6 @@
*/
#define XEME_DOMAIN (g_quark_from_static_string("xeme")) XEME_AVAILABLE_MACRO_IN_0_1
+G_END_DECLS
+
#endif /* XEME_CORE_H */
--- a/xeme/xemestring.h Tue Jan 02 00:45:14 2024 -0600
+++ b/xeme/xemestring.h Tue Jan 23 00:12:30 2024 -0600
@@ -20,6 +20,8 @@
#include <glib.h>
+#include "xemeversion.h"
+
G_BEGIN_DECLS
/**