Too more FreeBSD build fixes by Alexander Deynichenko.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16139 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-01-29 17:45:52 +00:00
parent c08ce938f3
commit 1ee28f024a
2 changed files with 7 additions and 1 deletions

View File

@ -4,11 +4,16 @@
#ifndef _sk_byte_order_h_
#define _sk_byte_order_h_
#include <BeBuild.h>
#include <endian.h>
#include <SupportDefs.h>
#include <TypeConstants.h> /* For convenience */
#ifndef HAIKU_HOST_PLATFORM_FREEBSD
# include <endian.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -8,6 +8,7 @@
*/
#include <fcntl.h>
#include <unistd.h>
#include <Directory.h>
#include <Entry.h>