diff options
author | Brad Burlage <brb@google.com> | 2019-06-18 14:17:31 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-18 14:18:47 -0700 |
commit | 2e1379867a77bfa94cc740b6d1407d3702810c73 (patch) | |
tree | 27e33b7077c11366d1b6143fae428854e3cad63a /test/syscalls/linux/BUILD | |
parent | ec15fb116248b549a1d6c5ca835aaa52681a9bd7 (diff) |
Replace usage of deprecated strtoul/strtoull
PiperOrigin-RevId: 253864770
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 2f6704842..7e3ad08a9 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -42,6 +42,7 @@ cc_binary( name = "exec_state_workload", testonly = 1, srcs = ["exec_state_workload.cc"], + deps = ["@com_google_absl//absl/strings"], ) sh_binary( |