mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
16 lines
362 B
Plaintext
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
|