void-packages/srcpkgs/loudmouth/patches/02_glib_single_include.patch
2014-12-06 12:06:36 +01:00

15 lines
461 B
Diff

Description: Fix build failure with glib 2.32 where including individual glib headers is no longer allowed.
Author: Michael Biebl <biebl@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665576
--- loudmouth/lm-error.c 2008-10-29 21:48:15.000000000 +0100
+++ loudmouth/lm-error.c 2012-03-26 00:24:19.518939657 +0200
@@ -19,7 +19,7 @@
*/
#include <config.h>
-#include <glib/gerror.h>
+#include <glib.h>
#include "lm-error.h"
/**