Commit 1ff89d3f authored by Lev Walkin's avatar Lev Walkin Committed by GitHub

Merge pull request #221 from ringlej/issue/220

fix issue #220: implicit declaration of function ‘isatty’
parents f11ebf8a 0770393d
......@@ -18,7 +18,7 @@
#include <string.h> /* for strerror(3) */
#include <sysexits.h> /* for EX_* exit codes */
#include <errno.h> /* for errno */
#include <unistd.h> /* for isatty(3) */
#include <asn_application.h>
#include <asn_internal.h> /* for ASN__DEFAULT_STACK_MAX */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment