Fixed some header issues (mostly int, status_t).

Replaced <types.h> with <sys/types.h> because that's what those headers
were looking for.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-09-23 02:31:05 +00:00
parent b005dbe305
commit 085320eab2
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _DRIVERS_DRIVERS_H
#define _DRIVERS_DRIVERS_H
#include <types.h>
#include <sys/types.h>
#include <defines.h>
#include <sys/uio.h>