repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
ario
/
patches
/
patch-src_ario-profiles_h
blob
da0fff243fdd6c83a429df1962f82603b16852c5
1
$NetBSD$
2
3
Fix build with latest glib2.
4
5
--- src/ario-profiles.h~ 2011-05-17 17:54:49.000000000 +0000
6
+++ src/ario-profiles.h
7
@@ -20,7 +20,7 @@
8
#ifndef __ARIO_PROFILES_H
9
#define __ARIO_PROFILES_H
10
11
-#include <glib/gslist.h>
12
+#include <glib.h>
13
#include "servers/ario-server.h"
14
15
G_BEGIN_DECLS