Fixed building with a bazel with hdrs_check fixed again.

Change-Id: I015f66cd6e02e07efa367b96edd775015ac0abca
diff --git a/aos/linux_code/starter/BUILD b/aos/linux_code/starter/BUILD
index bccb7f5..5e3ac38 100644
--- a/aos/linux_code/starter/BUILD
+++ b/aos/linux_code/starter/BUILD
@@ -21,5 +21,6 @@
     '//aos/common:time',
     '//aos/common/libc:aos_strsignal',
     '//aos/common/util:run_command',
+    '//aos/common:unique_malloc_ptr',
   ],
 )