|
From: Peter K. <pk...@us...> - 2001-09-18 12:01:06
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- l2cap_con.c 1.10 1.11=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added inclusion of btdebug.h The diff of the modified file(s): --- l2cap_con.c 2001/04/26 13:33:26 1.10 +++ l2cap_con.c 2001/09/18 12:01:05 1.11 @@ -50,14 +50,17 @@ #include <linux/bluetooth/l2cap.h> #include <linux/bluetooth/l2cap_con.h> #include <linux/bluetooth/l2cap_internal.h> +#include <linux/bluetooth/btdebug.h> #else /* user mode */ #include <stdlib.h> #include <string.h> #include <sys/time.h> #include <signal.h> + #include "include/l2cap.h" #include "include/l2cap_con.h" #include "include/l2cap_internal.h" +#include "include/btdebug.h" #endif =20 /****************** DEBUG CONSTANT AND MACRO SECTION *********************= ***/ |