diff options
Diffstat (limited to 'tools/sap.h')
-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 */ |