Fix Device Kit build in debug mode.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent
2009-09-13 01:30:38 +00:00
parent 9aace520df
commit b48e7fc842
3 changed files with 11 additions and 3 deletions
+4
View File
@@ -9,6 +9,10 @@
#include <OS.h>
#include <SupportDefs.h>
#if DEBUG
#include <stdio.h>
#endif
class BList;
class BString;
class _BJoystickTweaker;