commit | 0c24d6cceac0267f11d9f2323ccb55d3927579ad | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 12 00:06:30 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 12 00:06:30 2017 +0000 |
tree | 0a85d09535625721448c53ef414a30faa0a0eec9 | |
parent | 81dd96c0daa91cb3f82aa231f2d26a4ce856a254 [diff] | |
parent | f0d3f6716a0bab5f4de2c5379fbabf978f61126a [diff] |
Merge "Add missing includes."
diff --git a/trusty/nvram/trusty_nvram_device.cpp b/trusty/nvram/trusty_nvram_device.cpp index 2c50915..82a1228 100644 --- a/trusty/nvram/trusty_nvram_device.cpp +++ b/trusty/nvram/trusty_nvram_device.cpp
@@ -14,6 +14,8 @@ * limitations under the License. */ +#include <errno.h> + #include <nvram/hal/nvram_device_adapter.h> #include "trusty_nvram_implementation.h"