diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-09 02:58:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-09 02:58:42 +0000 |
commit | 71fe6268447825931e3dd5bbf82da51b9e95c34f (patch) | |
tree | 38070ba20b9bd4fadc03ddd8b2f0593a55863ce3 /usr.bin/lex | |
parent | a61c477270d5495408038620d805371a82b69cd8 (diff) | |
download | FreeBSD-src-71fe6268447825931e3dd5bbf82da51b9e95c34f.zip FreeBSD-src-71fe6268447825931e3dd5bbf82da51b9e95c34f.tar.gz |
Catch up with the ISO-C++ standard.
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
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 e894a27..7cb7bcb 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> |