|
From: Peter K. <pk...@us...> - 2001-08-29 11:15:21
|
The following files were modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_misc.c 1.14 1.15=20=20=20=20=20=20=20=20=20=20=20=20 modememul.c 1.11 1.12=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Include bt_if.h in bt_misc.c instead of modememul.c (as was intended). The diff of the modified file(s): --- bt_misc.c 2001/08/29 10:02:05 1.14 +++ bt_misc.c 2001/08/29 11:15:20 1.15 @@ -64,6 +64,7 @@ =20 #include "btd.h" #include "bt_misc.h" +#include "bt_if.h" =20 #define D(x) //x =20 --- modememul.c 2001/08/29 10:15:53 1.11 +++ modememul.c 2001/08/29 11:15:20 1.12 @@ -57,7 +57,6 @@ #include <signal.h> =20 #include "btd.h" -#include "bt_if.h" #include "bt_misc.h" =20 #define D(x) //x |