commit | 5fea38cc116212fd395f66a163c0f9a4ba299d73 | [log] [tgz] |
---|---|---|
author | Christian Blichmann <[email protected]> | Wed Sep 14 11:20:09 2022 +0200 |
committer | Chromeos LUCI <[email protected]> | Thu Sep 15 10:01:18 2022 +0000 |
tree | 3f7dc173c48d25075543f5738cb40d358291e9fe | |
parent | 70a05a4987fd338b1629a74f71d39f6c900de3f9 [diff] [blame] |
unittest: Include standard header for `errno` This fixes a build issue with the latest LLVM toolchain. Change-Id: I7145d0d1aea6769ecab0c5286a71167fabb13d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minijail/+/3891224 Reviewed-by: Christian Blichmann <[email protected]> Commit-Queue: Christian Blichmann <[email protected]> Tested-by: Christian Blichmann <[email protected]> Reviewed-by: Mike Frysinger <[email protected]>
diff --git a/unittest_util.h b/unittest_util.h index 54993d7..c6cb62f 100644 --- a/unittest_util.h +++ b/unittest_util.h
@@ -6,6 +6,7 @@ * Utility functions for unit tests. */ +#include <errno.h> #include <ftw.h> #include <stdio.h> #include <stdlib.h>