Fixed compilation errors.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald 2003-12-19 15:53:19 +00:00
parent 1c29a4b054
commit 153f2c3012
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#ifdef _KERNEL_MODE
#define spawn_thread spawn_kernel_thread
#define printf dprintf
#elif DEBUG
#else
#include <cstdio>
#endif

View File

@ -20,7 +20,7 @@
#ifdef _KERNEL_MODE
#define spawn_thread spawn_kernel_thread
#define printf dprintf
#elif DEBUG
#else DEBUG
#include <cstdio>
#endif