pkgsrc-ng/audio/ario/patches/patch-src_ario-profiles_h
2013-09-26 17:14:40 +02:00

16 lines
362 B
Plaintext

$NetBSD: patch-src_ario-profiles_h,v 1.1 2012/05/06 19:06:21 dholland Exp $
Fix build with latest glib2.
--- src/ario-profiles.h~ 2011-05-17 17:54:49.000000000 +0000
+++ src/ario-profiles.h
@@ -20,7 +20,7 @@
#ifndef __ARIO_PROFILES_H
#define __ARIO_PROFILES_H
-#include <glib/gslist.h>
+#include <glib.h>
#include "servers/ario-server.h"
G_BEGIN_DECLS