|
From: Peter K. <pk...@us...> - 2001-09-18 10:48:24
|
The following files were modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.45 1.46=20=20=20=20=20=20=20=20=20=20=20=20 btmem.h 1.20 1.21=20=20=20=20=20=20=20=20=20=20=20=20 hci.h 1.69 1.70=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added inclusion of linux/config.h The diff of the modified file(s): --- bluetooth.h 2001/09/10 10:16:22 1.45 +++ bluetooth.h 2001/09/18 10:48:22 1.46 @@ -43,6 +43,7 @@ #define BLUETOOTH_H =20 #ifdef __KERNEL__ +#include <linux/config.h> #include <linux/bluetooth/btcommon.h> #else #include "btcommon.h" --- btmem.h 2001/08/17 09:19:00 1.20 +++ btmem.h 2001/09/18 10:48:22 1.21 @@ -45,6 +45,7 @@ /****************** INCLUDE FILES SECTION ********************************= ***/ =20 #ifdef __KERNEL__ +#include <linux/config.h> #include <linux/types.h> #include <linux/bluetooth/btcommon.h> #else --- hci.h 2001/09/10 11:19:57 1.69 +++ hci.h 2001/09/18 10:48:22 1.70 @@ -46,6 +46,7 @@ /****************** INCLUDE FILES SECTION ********************************= ***/ =20 #ifdef __KERNEL__ +#include <linux/config.h> #include <linux/types.h> #include <linux/bluetooth/btcommon.h> #else |