diff options
| author | phintuka <phintuka> | 2007-03-29 14:22:31 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2007-03-29 14:22:31 +0000 |
| commit | b40b6f26545bc32e94e6c9fbf9bc9ea0a031809c (patch) | |
| tree | cb40427f3fad520861d4bb4eb15e409d96db1e0a /xine_input_vdr_net.h | |
| parent | f53069175f426099967763928e5a47ea7df06f70 (diff) | |
| download | xineliboutput-b40b6f26545bc32e94e6c9fbf9bc9ea0a031809c.tar.gz xineliboutput-b40b6f26545bc32e94e6c9fbf9bc9ea0a031809c.tar.bz2 | |
MAC headers clean-up
Diffstat (limited to 'xine_input_vdr_net.h')
| -rw-r--r-- | xine_input_vdr_net.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xine_input_vdr_net.h b/xine_input_vdr_net.h index 2280d448..da93476d 100644 --- a/xine_input_vdr_net.h +++ b/xine_input_vdr_net.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr_net.h,v 1.8 2007-03-08 13:17:34 phintuka Exp $ + * $Id: xine_input_vdr_net.h,v 1.9 2007-03-29 14:22:27 phintuka Exp $ * */ @@ -13,11 +13,7 @@ #include <arpa/inet.h> #ifdef __APPLE__ -# ifdef __i386__ -# include <i386/endian.h> -# else -# include <ppc/endian.h> -# endif +# include <machine/endian.h> #else # include <endian.h> #endif |
