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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user