mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
Closes: https://bugs.gentoo.org/934814 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Part-of: https://github.com/gentoo/gentoo/pull/44930 Signed-off-by: Sam James <sam@gentoo.org>
22 lines
464 B
Diff
22 lines
464 B
Diff
Bug: https://bugs.gentoo.org/934814
|
|
|
|
--- a/src/pidgin-libnotify.c
|
|
+++ b/src/pidgin-libnotify.c
|
|
@@ -27,11 +27,11 @@
|
|
#define PURPLE_PLUGINS
|
|
#endif
|
|
|
|
-#include <pidgin.h>
|
|
-#include <version.h>
|
|
-#include <debug.h>
|
|
-#include <util.h>
|
|
-#include <privacy.h>
|
|
+#include <pidgin/pidgin.h>
|
|
+#include <libpurple/version.h>
|
|
+#include <libpurple/debug.h>
|
|
+#include <libpurple/util.h>
|
|
+#include <libpurple/privacy.h>
|
|
|
|
/* for pidgin_create_prpl_icon */
|
|
#include <gtkutils.h>
|