summaryrefslogtreecommitdiff
path: root/icclient
diff options
context:
space:
mode:
Diffstat (limited to 'icclient')
-rw-r--r--icclient/admin.h2
-rw-r--r--icclient/member.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/icclient/admin.h b/icclient/admin.h
index 8f3c070..64d5b0a 100644
--- a/icclient/admin.h
+++ b/icclient/admin.h
@@ -1,6 +1,8 @@
#ifndef ICCLIENT_ADMIN_H
#define ICCLIENT_ADMIN_H
+#include "typedefs.h"
+
enum icclient_admin_group {
ICCLIENT_ADMIN_GROUP_CONTENT,
ICCLIENT_ADMIN_GROUP_MERCH,
diff --git a/icclient/member.h b/icclient/member.h
index 4e86bb2..3f90e93 100644
--- a/icclient/member.h
+++ b/icclient/member.h
@@ -1,6 +1,8 @@
#ifndef ICCLIENT_MEMBER_H
#define ICCLIENT_MEMBER_H
+#include "typedefs.h"
+
struct icclient_member_preferences {
bool mv_same_billing;
bool email_copy;