From 2a7798ca69ba3c3ca26cee9b2e4350182704c38e Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 26 May 2005 12:09:17 +0000 Subject: [PATCH] Fix unzip's build after byteorder.h removal. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12841 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/unzip/beos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/unzip/beos.c b/src/bin/unzip/beos.c index acfea0069d..f9cfc294e1 100644 --- a/src/bin/unzip/beos.c +++ b/src/bin/unzip/beos.c @@ -42,9 +42,9 @@ #include /* For the new post-DR8 file attributes */ -#include -#include -#include +#include +#include +#include static uch *scanBeOSexfield OF((const uch *ef_ptr, unsigned ef_len)); static int set_file_attrs( const char *, const unsigned char *, const off_t );