projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6ae3e
)
include cstring as well
author
Jason Merrill
<jason@gcc.gnu.org>
Tue, 8 May 2007 05:09:44 +0000
(
01:09
-0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Tue, 8 May 2007 05:09:44 +0000
(
01:09
-0400)
From-SVN: r124536
gcc/testsuite/g++.old-deja/g++.other/inline8.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.other/inline8.C
b/gcc/testsuite/g++.old-deja/g++.other/inline8.C
index b919ab5df3f92dc7692a78f9d1dc4a5df556f740..a46dc382a7de6fb278a0ad1e2cce972983aac1a1 100644
(file)
--- 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;