diff options
| author | 1996-02-20 09:29:06 +0000 | |
|---|---|---|
| committer | 1996-02-20 09:29:06 +0000 | |
| commit | 0e5537c5b7de1451f61b72ce9785fbf35b8d7063 (patch) | |
| tree | c03e210ad1033589cf97f181f59e709f1ba8bf26 | |
| parent | A few more things from NetBSD: (diff) | |
| download | wireguard-openbsd-0e5537c5b7de1451f61b72ce9785fbf35b8d7063.tar.xz wireguard-openbsd-0e5537c5b7de1451f61b72ce9785fbf35b8d7063.zip | |
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: |
