aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-08-22 12:23:54 +0000
committerLev Walkin <vlm@lionet.info>2005-08-22 12:23:54 +0000
commit4696c74b7255861ae5c01b4f59168c91c1f36145 (patch)
tree954e6492949a2661aa0fe92ac9e6335a4acab378 /skeletons
parentb85a8135dae955c09b23197f5497b8ff911d083d (diff)
asn1c code generator modifier: <asn1c:pointer>
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/asn-decoder-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skeletons/asn-decoder-template.c b/skeletons/asn-decoder-template.c
index 3540bac9..0febbf46 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) */