16 lines
455 B
Plaintext
16 lines
455 B
Plaintext
$NetBSD: patch-eds-backend_utils_create-planner-source_c,v 1.1 2012/05/07 01:34:55 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- eds-backend/utils/create-planner-source.c~ 2008-07-22 13:41:57.000000000 +0000
|
|
+++ eds-backend/utils/create-planner-source.c
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <config.h>
|
|
#include <gconf/gconf-client.h>
|
|
-#include <glib/gmain.h>
|
|
+#include <glib.h>
|
|
#include <libgnome/gnome-init.h>
|
|
#include <libedataserver/e-source-list.h>
|
|
|