|
From: Anders J. <and...@us...> - 2001-07-30 11:13:53
|
The following file was modified in apps/bluetooth/btd: Name Old version New version Comment ---- ----------- ----------- ------- btd.c 1.98 1.99=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Corrected include of unplug_test.h The diff of the modified file(s): --- btd.c 2001/06/15 12:43:15 1.98 +++ btd.c 2001/07/30 11:13:52 1.99 @@ -186,7 +186,7 @@ #include "include/rfcomm.h" #include "include/btdebug.h" #include "include/bt_proc.h" -#include "unplug_test.h" +#include "include/unplug_test.h" =20 /* * Local functions |