|
From: Peter K. <pk...@us...> - 2001-04-18 11:50:33
|
The following file was modified in apps/bluetooth/btd: Name Old version New version Comment ---- ----------- ----------- ------- btd.c 1.92 1.93=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added a missing include of l2cap_con.h. The diff of the modified file(s): --- btd.c 2001/04/18 00:53:36 1.92 +++ btd.c 2001/04/18 11:50:32 1.93 @@ -179,6 +179,7 @@ #include "include/btmem.h" #include "include/hci.h" #include "include/l2cap.h" +#include "include/l2cap_con.h" #include "include/sdp.h" #include "include/tcs.h" #include "include/test.h" |