16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
$NetBSD: patch-libplanner_mrp-error_c,v 1.1 2012/05/07 01:34:55 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libplanner/mrp-error.c~ 2008-07-22 13:41:46.000000000 +0000
|
|
+++ libplanner/mrp-error.c
|
|
@@ -21,7 +21,7 @@
|
|
*/
|
|
|
|
#include <config.h>
|
|
-#include <glib/gerror.h>
|
|
+#include <glib.h>
|
|
#include "mrp-error.h"
|
|
|
|
GQuark
|