|
From: Peter K. <pk...@us...> - 2001-10-12 07:37:40
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- btconfig.c 1.9 1.10=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added inclusion of limits.h The diff of the modified file(s): --- btconfig.c 2001/10/10 16:33:21 1.9 +++ btconfig.c 2001/10/12 07:37:39 1.10 @@ -56,6 +56,7 @@ #include <ctype.h> #include <arpa/inet.h> #include <net/if.h> +#include <limits.h> =20 #include "btd.h" #include "bt_if.h" |