summaryrefslogtreecommitdiffstats
path: root/src/AARE-apdu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AARE-apdu.c')
-rw-r--r--src/AARE-apdu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/AARE-apdu.c b/src/AARE-apdu.c
index c560c0e..5d1e35a 100644
--- a/src/AARE-apdu.c
+++ b/src/AARE-apdu.c
@@ -7,6 +7,7 @@
#include <asn_internal.h>
#include "AARE-apdu.h"
+#include "ABRT-apdu.h"
static asn_TYPE_member_t asn_MBR_user_information_7[] = {
{ ATF_POINTER, 0, 0,
@@ -24,8 +25,8 @@ static ber_tlv_tag_t asn_DEF_user_information_tags_7[] = {
(ASN_TAG_CLASS_UNIVERSAL | (16 << 2))
};
static asn_SET_OF_specifics_t asn_SPC_user_information_specs_7 = {
- sizeof(struct AARE_user_information),
- offsetof(struct AARE_user_information, _asn_ctx),
+ sizeof(struct user_information),
+ offsetof(struct user_information, _asn_ctx),
0, /* XER encoding is XMLDelimitedItemList */
};
static /* Use -fall-defs-global to expose */