diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2007-05-08 01:09:44 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2007-05-08 01:09:44 -0400 |
commit | ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269 (patch) | |
tree | cd8ec536bf97763f4f17e37b0a666b62df5d232e /gcc | |
parent | bb6ae3e74c959d8afd4751fe07f8dc33726ed058 (diff) | |
download | gcc-ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269.zip gcc-ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269.tar.gz gcc-ddd9d94020b9c4bad7d3117a6a6f7321c5fdd269.tar.bz2 |
include cstring as well
From-SVN: r124536
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/inline8.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/inline8.C b/gcc/testsuite/g++.old-deja/g++.other/inline8.C index b919ab5..a46dc38 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/inline8.C +++ b/gcc/testsuite/g++.old-deja/g++.other/inline8.C @@ -4,6 +4,7 @@ #include <map> #include <cstdlib> +#include <cstring> using namespace std; |