15 lines
368 B
Text
15 lines
368 B
Text
$NetBSD: patch-include_linc_linc-connection_h,v 1.1 2012/05/07 00:20:34 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- include/linc/linc-connection.h~ 2003-04-24 17:34:24.000000000 +0000
|
|
+++ include/linc/linc-connection.h
|
|
@@ -12,7 +12,7 @@
|
|
#ifndef _LINC_CONNECTION_H_
|
|
#define _LINC_CONNECTION_H_
|
|
|
|
-#include <glib/gmacros.h>
|
|
+#include <glib.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|