Apparently some GCC 4 fixes...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35027 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-01-12 20:18:50 +00:00
parent 0d7c802fa5
commit ecc1234fbe
2 changed files with 2 additions and 1 deletions
@@ -33,7 +33,7 @@ SimpleTest WidgetLayoutTest :
TextControlTest.cpp TextControlTest.cpp
TextViewTest.cpp TextViewTest.cpp
: :
be be $(TARGET_LIBSUPC++)
; ;
if $(TARGET_PLATFORM) = libbe_test { if $(TARGET_PLATFORM) = libbe_test {
@@ -4,6 +4,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <Application.h> #include <Application.h>
#include <Window.h> #include <Window.h>