diff options
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 |