diff options
author | phintuka <phintuka> | 2007-01-02 01:22:53 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-02 01:22:53 +0000 |
commit | 2df88564dd9a58c161f79cd884b9acc18384ea4c (patch) | |
tree | afb0d5e61dce1a29919c65912b81fc688012a136 | |
parent | c6db6a91a14cd07358492f53ed1e1c66ebbbde62 (diff) | |
download | xineliboutput-2df88564dd9a58c161f79cd884b9acc18384ea4c.tar.gz xineliboutput-2df88564dd9a58c161f79cd884b9acc18384ea4c.tar.bz2 |
removed warning
-rw-r--r-- | tools/sap.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/sap.h b/tools/sap.h index 92a191ec..17cb2af3 100644 --- a/tools/sap.h +++ b/tools/sap.h @@ -4,22 +4,20 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: sap.h,v 1.4 2007-01-01 23:40:33 phintuka Exp $ + * $Id: sap.h,v 1.5 2007-01-02 01:22:53 phintuka Exp $ * */ #ifndef XINELIBOUTPUT_SAP_H_ #define XINELIBOUTPUT_SAP_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> - /*#define LOG_SAP*/ /* SAP IPv4 multicast addresses */ |