utilizing new library

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1381 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/tests/check-ber_tlv_tag.c b/skeletons/tests/check-ber_tlv_tag.c
index 98d5c3e..7553086 100644
--- a/skeletons/tests/check-ber_tlv_tag.c
+++ b/skeletons/tests/check-ber_tlv_tag.c
@@ -1,7 +1,9 @@
 #include <stdio.h>
+#include <string.h>
 #include <assert.h>
 
-#include <ber_tlv_tag.c>
+#include <asn_internal.h>
+#include <ber_tlv_tag.h>
 
 struct tag_control_s {
 	int taglen;