|
From: Peter K. <pk...@us...> - 2001-08-29 10:15:54
|
The following files were modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.7 1.8=20=20=20=20=20=20=20=20=20=20=20=20=20 modememul.c 1.10 1.11=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Made the modem emulator build again. The diff of the modified file(s): --- Makefile 2001/07/31 09:02:21 1.7 +++ Makefile 2001/08/29 10:15:53 1.8 @@ -23,7 +23,7 @@ INSTGROUP =3D root =20 BTDOBJS =3D btd.o bt_ipa.o bt_vendor.o bt_if.o bt_misc.o -MEMULOBJS =3D modememul.o bt_misc.o +MEMULOBJS =3D modememul.o bt_if.o bt_misc.o BTINITOBJS =3D btinit.o bt_vendor.o bt_if.o bt_misc.o BTCONOBJS =3D btcon.o bt_if.o bt_misc.o BTSENDOBJS =3D btsend.o bt_if.o bt_misc.o --- modememul.c 2001/08/29 10:02:05 1.10 +++ modememul.c 2001/08/29 10:15:53 1.11 @@ -57,6 +57,7 @@ #include <signal.h> =20 #include "btd.h" +#include "bt_if.h" #include "bt_misc.h" =20 #define D(x) //x |