Now builds under Dano/Zeta as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
[email protected]
|
||||
*/
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
@@ -51,7 +53,6 @@
|
||||
#include <KernelExport.h>
|
||||
#endif
|
||||
|
||||
#include "compat.h"
|
||||
#include "lock.h"
|
||||
#include "cache.h"
|
||||
|
||||
|
||||
@@ -35,15 +35,18 @@
|
||||
typedef struct dirent dirent_t;
|
||||
typedef struct iovec iovec;
|
||||
|
||||
#else
|
||||
# define _BE_ERRNO_H_
|
||||
// in this case, we want to use our Errors.h, not both :)
|
||||
// (this is defined by Dano/Zeta's be_errors.h header)
|
||||
#endif
|
||||
|
||||
|
||||
#include <dirent.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user