Now includes <string.h> which is needed for the strerror() function used
in the macros. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1926 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d70d5d9869
commit
ae01c8b752
@ -8,6 +8,11 @@
|
||||
|
||||
|
||||
#include <KernelExport.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef USER
|
||||
# include <stdio.h>
|
||||
# define __out printf
|
||||
|
Loading…
Reference in New Issue
Block a user