globalized assert()


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@846 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/asn-decoder-template.c b/skeletons/asn-decoder-template.c
index e476075..4ff524c 100644
--- a/skeletons/asn-decoder-template.c
+++ b/skeletons/asn-decoder-template.c
@@ -12,9 +12,9 @@
 #include <sys/types.h>
 #include <unistd.h>	/* for getopt */
 #include <string.h>	/* for strerror(3) */
-#include <errno.h>	/* for errno */
-#include <assert.h>	/* for assert(3) */
 #include <sysexits.h>	/* for EX_* exit codes */
+#include <assert.h>	/* for assert(3) */
+#include <errno.h>	/* for errno */
 
 #include <asn_application.h>