Add error include in API headers 16/26916/2
authorZofia Abramowska <z.abramowska@samsung.com>
Mon, 1 Sep 2014 10:03:21 +0000 (12:03 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Mon, 1 Sep 2014 11:29:14 +0000 (13:29 +0200)
Change-Id: Id907a8fc93585b55b1115ae43054639d1a9088fe

packaging/cynara.spec
src/include/cynara-admin.h
src/include/cynara-client.h

index 4a6a605..ea556ce 100644 (file)
@@ -48,6 +48,7 @@ client library for checking policies
 %package -n libcynara-client-devel
 Summary:    Cynara - client library (devel)
 Requires:   libcynara-client = %{version}-%{release}
+Requires:   libcynara-client-commons-devel = %{version}-%{release}
 
 %description -n libcynara-client-devel
 client library (devel) for checking policies
index 2224140..b8aec4e 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef CYNARA_ADMIN_H
 #define CYNARA_ADMIN_H
 
+#include <cynara-admin-error.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index 2827ff2..5ec59e5 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef CYNARA_CLIENT_H
 #define CYNARA_CLIENT_H
 
+#include <cynara-client-error.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif