summaryrefslogtreecommitdiff
path: root/xine_input_vdr_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'xine_input_vdr_net.h')
-rw-r--r--xine_input_vdr_net.h10
1 files changed, 4 insertions, 6 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 */