From 868eb388eacf226e1ff0fc84c7923aaa13836216 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 9 Mar 2006 20:15:58 +0000 Subject: Add workaround for missing Apple service identifier --- tools/sdptool.c | 4 ++++ 1 file changed, 4 insertions(+) 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 +#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) /* -- cgit