commit | edb3fdf7ca4adf7c554820fc6c720f354eb1fab9 | [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 | ccb7008a780602699266d5dc3ec5573c5475a4cc [diff] | |
parent | ef5bb16791a7a722511345fbfd8bb941d2559af4 [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"