Added missing include statements to fix build in case DBG is defined.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32488 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,7 +6,12 @@
|
|||||||
#ifndef __DBGMSG_H
|
#ifndef __DBGMSG_H
|
||||||
#define __DBGMSG_H
|
#define __DBGMSG_H
|
||||||
|
|
||||||
//#define DBG
|
#include <Directory.h>
|
||||||
|
#include <File.h>
|
||||||
|
#include <Message.h>
|
||||||
|
#include <Node.h>
|
||||||
|
|
||||||
|
// #define DBG
|
||||||
|
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
void write_debug_stream(const char *, ...);
|
void write_debug_stream(const char *, ...);
|
||||||
|
|||||||
Reference in New Issue
Block a user