diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-09 02:58:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-09 02:58:42 +0000 |
commit | 6c1739987a795ccdab9bd8e7f50c14e71f6ba688 (patch) | |
tree | 38070ba20b9bd4fadc03ddd8b2f0593a55863ce3 /usr.bin/lex | |
parent | b37a9be231966575d34653b761cf5ec6f49344cb (diff) |
Notes
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/flex.skl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index e894a272e06db..7cb7bcbf47077 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -26,7 +26,8 @@ #include <stdlib.h> %+ -class istream; +#include <iosfwd> +using namespace std; %* #include <unistd.h> |