* Our userland build obviously adds some default headers with GCC2 - why would

it do that? This fixes the kernel build, and probably GCC4, too.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34840 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-01-01 19:36:01 +00:00
parent 4e8123ba98
commit a7cc5352d8

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <syscalls.h>
#include <syscall_utils.h>