GCC4 build fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30577 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
#include <Screen.h>
|
#include <Screen.h>
|
||||||
@@ -137,7 +139,7 @@ main(int argc, char** argv)
|
|||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// find and create the test
|
// find and create the test
|
||||||
Test* test = NULL;
|
Test* test = NULL;
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
#include "DrawingModeToString.h"
|
#include "DrawingModeToString.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
struct DrawingModeString {
|
struct DrawingModeString {
|
||||||
const char* string;
|
const char* string;
|
||||||
drawing_mode mode;
|
drawing_mode mode;
|
||||||
|
|||||||
Reference in New Issue
Block a user