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. // Global be_roster represents the default BRoster.
// app_info structure provides info for a running app. // app_info structure provides info for a running app.
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
#include <new.h> #include <new>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@@ -51,6 +51,8 @@
#include <RosterPrivate.h> #include <RosterPrivate.h>
#include <Volume.h> #include <Volume.h>
using namespace std;
// debugging // debugging
//#define DBG(x) x //#define DBG(x) x
#define DBG(x) #define DBG(x)