From 9594163a823bdb7cb8f8e34d00c228ca675573ad Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 10 Oct 2002 17:02:16 +0000 Subject: [PATCH] include unistd.h and not cunistd as cunistd only seems to be present on very recent systems --- flex.skl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0