Include errno.h

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@132 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-12 14:49:02 +00:00
parent 48ff964fe7
commit 46f728924e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <unistd.h>
#include <resource.h>
#include <Errors.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/ioctl.h>

View File

@ -5,6 +5,7 @@
#include <ktypes.h>
#include <resource.h>
#include <Errors.h>
#include <errno.h>
#include <OS.h>
#include <stdlib.h>