summaryrefslogtreecommitdiffstats
path: root/src/account/LMI_AccountInstanceDeletionIndicationProvider.c
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-07-03 14:39:58 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-07-03 14:39:58 +0200
commit4ca5c8c282c036bd9b1f24e977814f075820a011 (patch)
treed60f2916e9a34052237b19820181f31b16fbe339 /src/account/LMI_AccountInstanceDeletionIndicationProvider.c
parent0f424bf9162bf0a3b3cf47f321c0aec5a3cfe7bc (diff)
downloadopenlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.tar.gz
openlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.tar.xz
openlmi-providers-4ca5c8c282c036bd9b1f24e977814f075820a011.zip
account: don't require indication manager
Indication manager is part of this project, search for its installation will just create a chicken-egg problem.
Diffstat (limited to 'src/account/LMI_AccountInstanceDeletionIndicationProvider.c')
-rw-r--r--src/account/LMI_AccountInstanceDeletionIndicationProvider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/LMI_AccountInstanceDeletionIndicationProvider.c b/src/account/LMI_AccountInstanceDeletionIndicationProvider.c
index 029fc65..0e17cc1 100644
--- a/src/account/LMI_AccountInstanceDeletionIndicationProvider.c
+++ b/src/account/LMI_AccountInstanceDeletionIndicationProvider.c
@@ -24,7 +24,7 @@
#include <sys/inotify.h>
#include <unistd.h>
-#include <ind_manager.h>
+#include "ind_manager.h"
#include "indication_common.h"
#include "macros.h"