summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-09 02:58:42 +0000
committerobrien <obrien@FreeBSD.org>2002-09-09 02:58:42 +0000
commit71fe6268447825931e3dd5bbf82da51b9e95c34f (patch)
tree38070ba20b9bd4fadc03ddd8b2f0593a55863ce3 /usr.bin/lex
parenta61c477270d5495408038620d805371a82b69cd8 (diff)
downloadFreeBSD-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.skl3
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>
OpenPOWER on IntegriCloud