From: Will Estes Date: Thu, 10 Oct 2002 17:02:16 +0000 (+0000) Subject: include unistd.h and not cunistd as cunistd only seems to be present on very recent... X-Git-Tag: flex-2-5-23~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9594163a823bdb7cb8f8e34d00c228ca675573ad;p=flex include unistd.h and not cunistd as cunistd only seems to be present on very recent systems --- diff --git a/flex.skl b/flex.skl index 1ed8770..7288431 100644 --- a/flex.skl +++ b/flex.skl @@ -506,7 +506,7 @@ static void yy_fatal_error YY_PARAMS(( yyconst char msg[] YY_PROTO_LAST_ARG )); %pop %push %c++-only -#include +#include %pop #endif /* !YY_NO_UNISTD_H */