Fix unzip's build after byteorder.h removal.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12841 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-05-26 12:09:17 +00:00
parent 8cd812c172
commit 2a7798ca69

View File

@ -42,9 +42,9 @@
#include <dirent.h>
/* For the new post-DR8 file attributes */
#include <kernel/fs_attr.h>
#include <support/byteorder.h>
#include <storage/Mime.h>
#include <fs_attr.h>
#include <ByteOrder.h>
#include <Mime.h>
static uch *scanBeOSexfield OF((const uch *ef_ptr, unsigned ef_len));
static int set_file_attrs( const char *, const unsigned char *, const off_t );