diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:50:28 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:50:28 +0000 |
| commit | 3cfdb0dc3d248a0f2b8c964827b25f4e17fc1005 (patch) | |
| tree | 3249e9189f52aa78cfffe2a064b7fc1397c7d9f3 /contrib/libg++/libstdc++/std | |
| parent | 433ae96e90a2a97fafcb63401f4ceef5e373b179 (diff) | |
Notes
Diffstat (limited to 'contrib/libg++/libstdc++/std')
| -rw-r--r-- | contrib/libg++/libstdc++/std/cstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libg++/libstdc++/std/cstring.h b/contrib/libg++/libstdc++/std/cstring.h index 6d493e7501e5..f0e914b96810 100644 --- a/contrib/libg++/libstdc++/std/cstring.h +++ b/contrib/libg++/libstdc++/std/cstring.h @@ -15,7 +15,7 @@ #define memchr __hide_memchr #endif // 0 -#include_next <string.h> +#include <string.h> #if 0 // Let's not bother with this just yet. #undef strchr |
