diff options
-rw-r--r-- | xine_input_vdr_net.h | 10 | ||||
-rw-r--r-- | xine_osd_command.h | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/xine_input_vdr_net.h b/xine_input_vdr_net.h index f60e7822..eeac21a6 100644 --- a/xine_input_vdr_net.h +++ b/xine_input_vdr_net.h @@ -4,22 +4,20 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr_net.h,v 1.6 2007-01-01 23:37:28 phintuka Exp $ + * $Id: xine_input_vdr_net.h,v 1.7 2007-01-02 01:39:26 phintuka Exp $ * */ #ifndef __XINE_INPUT_VDR_NET_H_ #define __XINE_INPUT_VDR_NET_H_ +#include <arpa/inet.h> +#include <endian.h> + #ifndef PACKED # define PACKED __attribute__((packed)) -#else -# warning PACKED already defined #endif -#include <arpa/inet.h> -#include <endian.h> - #include "tools/rtp.h" /* generic RTP headers */ diff --git a/xine_osd_command.h b/xine_osd_command.h index e60c4a2e..b72cf9b1 100644 --- a/xine_osd_command.h +++ b/xine_osd_command.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_osd_command.h,v 1.4 2007-01-01 23:39:02 phintuka Exp $ + * $Id: xine_osd_command.h,v 1.5 2007-01-02 01:39:26 phintuka Exp $ * */ @@ -13,8 +13,6 @@ #ifndef PACKED # define PACKED __attribute__((packed)) -#else -# warning PACKED already defined #endif |