fix for gcc4 (strcmp needs cstring, nothrow is in std namespace)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19038 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-10-10 19:14:54 +00:00
parent a7181e951d
commit 127f01dd39
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@
#include <OS.h>
#include <image.h>
#include <cstring>
bool __gR5Compatibility = false;