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:
parent
5a4b86f025
commit
58fe1b1eb0
@ -6,7 +6,12 @@
|
||||
#ifndef __DBGMSG_H
|
||||
#define __DBGMSG_H
|
||||
|
||||
//#define DBG
|
||||
#include <Directory.h>
|
||||
#include <File.h>
|
||||
#include <Message.h>
|
||||
#include <Node.h>
|
||||
|
||||
// #define DBG
|
||||
|
||||
#ifdef DBG
|
||||
void write_debug_stream(const char *, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user