err, fix for my fix:

* its __GNUC__, not __GCC__, tsk!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30572 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2009-05-02 15:00:44 +00:00
parent 6449afb193
commit 89b5d39790
+1 -1
View File
@@ -24,7 +24,7 @@
#include <cstdio>
#if __GCC__ > 2
#if __GNUC__ > 2
using __gnu_cxx::hash;
#endif