|
From: Peter K. <pk...@us...> - 2001-11-19 08:43:03
|
The following file was modified in apps/bluetooth/sdp_server: Name Old version New version Comment ---- ----------- ----------- ------- sdp_server.c 1.30 1.31=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Use <> instead of "" when including xmlparse.h The diff of the modified file(s): --- sdp_server.c 2001/08/22 17:46:37 1.30 +++ sdp_server.c 2001/11/19 08:43:02 1.31 @@ -46,7 +46,8 @@ #include <syslog.h> #include <unistd.h> =20 -#include "xmlparse.h" +#include <xmlparse.h> + #include "sdp_server.h" #include "sdp_parser.h" =20 |