diff options
-rw-r--r-- | tools/sdptool.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/sdptool.c b/tools/sdptool.c index efe59e02..8bee7985 100644 --- a/tools/sdptool.c +++ b/tools/sdptool.c @@ -45,6 +45,10 @@ #include <netinet/in.h> +#ifndef APPLE_AGENT_SVCLASS_ID +#define APPLE_AGENT_SVCLASS_ID 0x2112 +#endif + #define for_each_opt(opt, long, short) while ((opt=getopt_long(argc, argv, short ? short:"+", long, 0)) != -1) /* |