Namespace/gcc3 fixes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-06-26 15:39:32 +00:00
parent 5d5860e4f1
commit 99966f7887
+3 -1
View File
@@ -26,7 +26,7 @@
// Global be_roster represents the default BRoster.
// app_info structure provides info for a running app.
//------------------------------------------------------------------------------
#include <new.h>
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -51,6 +51,8 @@
#include <RosterPrivate.h>
#include <Volume.h>
using namespace std;
// debugging
//#define DBG(x) x
#define DBG(x)