asn1c code generator modifier: <asn1c:pointer>


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@976 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/asn-decoder-template.c b/skeletons/asn-decoder-template.c
index 3540bac..0febbf4 100644
--- a/skeletons/asn-decoder-template.c
+++ b/skeletons/asn-decoder-template.c
@@ -11,7 +11,8 @@
 #endif
 #include <stdio.h>
 #include <sys/types.h>
-#include <unistd.h>	/* for getopt */
+#include <stdlib.h>	/* for atoi(3) */
+#include <unistd.h>	/* for getopt(3) */
 #include <string.h>	/* for strerror(3) */
 #include <sysexits.h>	/* for EX_* exit codes */
 #include <assert.h>	/* for assert(3) */