Fix Haiku build and warnings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-3
@@ -22,9 +22,9 @@
|
|||||||
#include "BeThemeImporter.h"
|
#include "BeThemeImporter.h"
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG_BTI
|
#define DEBUG_TI
|
||||||
#ifdef DEBUG_BTI
|
#ifdef DEBUG_TI
|
||||||
#define FENTRY PRINT(("BeThemeImporter[%s]::%s()\n", Name(), __FUNCTION__))
|
#define FENTRY PRINT(("ThemeImporter[%s]::%s()\n", Name(), __FUNCTION__))
|
||||||
#else
|
#else
|
||||||
#define FENTRY
|
#define FENTRY
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
#include <Box.h>
|
#include <Box.h>
|
||||||
#include <DataIO.h>
|
#include <DataIO.h>
|
||||||
|
#include <Debug.h>
|
||||||
#include <Entry.h>
|
#include <Entry.h>
|
||||||
#include <File.h>
|
#include <File.h>
|
||||||
#include <BeBuild.h>
|
#include <BeBuild.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user