summary refs log tree commit diff
path: root/sys_util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sys_util/Cargo.toml')
-rw-r--r--sys_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys_util/Cargo.toml b/sys_util/Cargo.toml
index a91b145..df54b13 100644
--- a/sys_util/Cargo.toml
+++ b/sys_util/Cargo.toml
@@ -6,4 +6,4 @@ authors = ["The Chromium OS Authors"]
 [dependencies]
 data_model = { path = "../data_model" }
 libc = "*"
-
+syscall_defines = { path = "../syscall_defines" }
\ No newline at end of file