You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/tomoe/files/tomoe-glib-2.32.patch

34 lines
688 B

--- a/lib/glib-compat-key-file.h
+++ b/lib/glib-compat-key-file.h
@@ -51,7 +51,7 @@
#ifndef __G_KEY_FILE_H__
#define __G_KEY_FILE_H__
-#include <glib/gerror.h>
+#include <glib.h>
G_BEGIN_DECLS
--- a/lib/glib-utils.h
+++ b/lib/glib-utils.h
@@ -28,7 +28,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
-#include <glib/garray.h>
+#include <glib.h>
#include <glib/gi18n-lib.h>
#include "glib-compat-file-utilities.h"
#include "glib-compat-key-file.h"
--- a/lib/tomoe.c
+++ b/lib/tomoe.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <glib/garray.h>
+#include <glib.h>
#include "tomoe.h"
static gboolean initialized = FALSE;