diff options
Diffstat (limited to 'tools/rtcp.h')
-rw-r--r-- | tools/rtcp.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/rtcp.h b/tools/rtcp.h index bb09b9e7..608f2daf 100644 --- a/tools/rtcp.h +++ b/tools/rtcp.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: rtcp.h,v 1.2 2007-03-27 02:33:09 phintuka Exp $ + * $Id: rtcp.h,v 1.3 2007-03-29 14:22:31 phintuka Exp $ * */ @@ -12,11 +12,7 @@ #define XINELIBOUTPUT_RTCP_H_ #ifdef __APPLE__ -# ifdef __i386__ -# include <i386/endian.h> -# else -# include <ppc/endian.h> -# endif +# include <machine/endian.h> #else # include <endian.h> #endif |