XER support

diff --git a/skeletons/ENUMERATED.c b/skeletons/ENUMERATED.c
index ed908b5..158119d 100644
--- a/skeletons/ENUMERATED.c
+++ b/skeletons/ENUMERATED.c
@@ -2,6 +2,7 @@
  * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
  * Redistribution and modifications are permitted subject to BSD license.
  */
+#include <asn_internal.h>
 #include <ENUMERATED.h>
 
 /*
@@ -12,11 +13,13 @@
 };
 asn1_TYPE_descriptor_t asn1_DEF_ENUMERATED = {
 	"ENUMERATED",
+	INTEGER_free,			/* Implemented in terms of INTEGER */
+	INTEGER_print,			/* Implemented in terms of INTEGER */
 	asn_generic_no_constraint,
 	INTEGER_decode_ber,		/* Implemented in terms of INTEGER */
 	INTEGER_encode_der,		/* Implemented in terms of INTEGER */
-	INTEGER_print,			/* Implemented in terms of INTEGER */
-	INTEGER_free,			/* Implemented in terms of INTEGER */
+	0,				/* Not implemented yet */
+	INTEGER_encode_xer,		/* Implemented in terms of INTEGER */
 	0, /* Use generic outmost tag fetcher */
 	asn1_DEF_ENUMERATED_tags,
 	sizeof(asn1_DEF_ENUMERATED_tags) / sizeof(asn1_DEF_ENUMERATED_tags[0]),