diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-20 09:29:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-20 09:29:07 +0000 |
commit | 096f158c012827f58fdc348c93772f294bff128a (patch) | |
tree | a583cbecc9ce7aceeaebe5fbee41d05a74f004f8 | |
parent | e975a0a5924fe5f4ed8329164adf371e255e6fea (diff) |
Fixed typo introduced in last change
-rw-r--r-- | gnu/lib/libg++/iostream/stdstrbufs.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libg++/iostream/stdstrbufs.C b/gnu/lib/libg++/iostream/stdstrbufs.C index a95afc315cf..a9d44374cd4 100644 --- a/gnu/lib/libg++/iostream/stdstrbufs.C +++ b/gnu/lib/libg++/iostream/stdstrbufs.C @@ -16,8 +16,7 @@ // Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include "ioprivate.h" -#include <std -io.h> +#include <stdio.h> // This file defines the standard streambufs, corresponding to cin, cout, cerr. // We define two sets: |