summaryrefslogtreecommitdiff
path: root/src/nm-auth-subject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-auth-subject.h')
-rw-r--r--src/nm-auth-subject.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nm-auth-subject.h b/src/nm-auth-subject.h
index 063598902d..41dc3f439b 100644
--- a/src/nm-auth-subject.h
+++ b/src/nm-auth-subject.h
@@ -31,6 +31,8 @@
#include <polkit/polkit.h>
#endif
+#include "nm-types.h"
+
#define NM_TYPE_AUTH_SUBJECT (nm_auth_subject_get_type ())
#define NM_AUTH_SUBJECT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_AUTH_SUBJECT, NMAuthSubject))
#define NM_AUTH_SUBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NM_TYPE_AUTH_SUBJECT, NMAuthSubjectClass))
@@ -38,9 +40,9 @@
#define NM_IS_AUTH_SUBJECT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_AUTH_SUBJECT))
#define NM_AUTH_SUBJECT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_AUTH_SUBJECT, NMAuthSubjectClass))
-typedef struct {
+struct _NMAuthSubject {
GObject parent;
-} NMAuthSubject;
+};
typedef struct {
GObjectClass parent;