summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 14:02:50 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 14:02:50 +0200
commit79d1f4b71842cbff82db1080046f8a77a4a3d611 (patch)
tree4203385d9590a1e7e548ab31652c40217ff9a1fd
parent561e5c72ba33be522a12e941fc5f1950bb5cddf2 (diff)
downloadlibsecret-79d1f4b71842cbff82db1080046f8a77a4a3d611.tar.gz
The secret_attribute_build() functions are stable
-rw-r--r--libsecret/secret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsecret/secret.h b/libsecret/secret.h
index 91b7541..f0419e8 100644
--- a/libsecret/secret.h
+++ b/libsecret/secret.h
@@ -19,6 +19,7 @@
#define __SECRET_INSIDE_HEADER__
+#include <libsecret/secret-attributes.h>
#include <libsecret/secret-password.h>
#include <libsecret/secret-schema.h>
#include <libsecret/secret-schemas.h>
@@ -31,7 +32,6 @@
#warning "This API has not yet reached stability. Define SECRET_API_SUBJECT_TO_CHANGE to acknowledge"
#endif
-#include <libsecret/secret-attributes.h>
#include <libsecret/secret-collection.h>
#include <libsecret/secret-enum-types.h>
#include <libsecret/secret-item.h>