commit | 3c9c33aca29eb276776330b295685c2ae5716a0a | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Oct 11 12:42:46 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Oct 11 14:20:26 2017 -0700 |
tree | fffb688cb6100ec7241122806675bfdf1537d5af | |
parent | c1e25bd59d6ee62decf2c7b72411f4189032674c [diff] [blame] |
Add missing includes. Test: mma Bug: None Merged-In: I27d0860770f40b0d210277fbbf0242db450e0e0d Change-Id: I27d0860770f40b0d210277fbbf0242db450e0e0d
diff --git a/cmds/dumpstate/DumpstateInternal.cpp b/cmds/dumpstate/DumpstateInternal.cpp index 0343277..0b42647 100644 --- a/cmds/dumpstate/DumpstateInternal.cpp +++ b/cmds/dumpstate/DumpstateInternal.cpp
@@ -18,6 +18,7 @@ #include "DumpstateInternal.h" +#include <errno.h> #include <stdint.h> #include <stdio.h> #include <string.h>