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:
Axel Dörfler 2002-11-14 00:18:50 +00:00
parent d70d5d9869
commit ae01c8b752

View File

@ -8,6 +8,11 @@
#include <KernelExport.h>
#ifdef DEBUG
# include <string.h>
#endif
#ifdef USER
# include <stdio.h>
# define __out printf