aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-09 02:58:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-09 02:58:42 +0000
commit6c1739987a795ccdab9bd8e7f50c14e71f6ba688 (patch)
tree38070ba20b9bd4fadc03ddd8b2f0593a55863ce3 /usr.bin
parentb37a9be231966575d34653b761cf5ec6f49344cb (diff)
downloadsrc-6c1739987a795ccdab9bd8e7f50c14e71f6ba688.tar.gz
src-6c1739987a795ccdab9bd8e7f50c14e71f6ba688.zip
Catch up with the ISO-C++ standard.
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes
Notes: svn path=/head/; revision=103110
Diffstat (limited to 'usr.bin')
-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 e894a272e06d..7cb7bcbf4707 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>