>From 94abeee4f52c278ef3cdadf2e8e1964d8169c5dc Mon Sep 17 00:00:00 2001
From: Salvatore Iovene <salvatore.iovene@linux.intel.com>
Date: Mon, 13 Jun 2011 05:01:58 -0700
Subject: [PATCH 3/7] syncevo-dbus-server: added inclusion for Noop notification backend.

---
 src/syncevo-dbus-server.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/syncevo-dbus-server.cpp b/src/syncevo-dbus-server.cpp
index 496f942..00f117b 100644
--- a/src/syncevo-dbus-server.cpp
+++ b/src/syncevo-dbus-server.cpp
@@ -92,6 +92,7 @@ extern "C" {
 #include <kwallet.h>
 #endif
 
+#include "NotificationBackendNoop.h"
 #include "NotificationBackendMLite.h"
 #include "NotificationBackendLibnotify.h"
 #include "NotificationManager.h"
-- 
1.7.2.2

