Fix linux build, missing strlcpy

Compilation was failing with "missing strlcpy", this patch fixes that

Change-Id: Ic35d4bf4bed065fce27250a2d63d2fff606f6a3e
diff --git a/include/bt_common.h b/include/bt_common.h
index 9501c50..9680792 100644
--- a/include/bt_common.h
+++ b/include/bt_common.h
@@ -21,3 +21,4 @@
 #include "bt_target.h"
 #include "bt_types.h"
 #include "osi/include/allocator.h"
+#include "osi/include/compat.h"