Chromium Code Reviews| Index: vboot_firmware/stub/utility_stub.c |
| diff --git a/vboot_firmware/stub/utility_stub.c b/vboot_firmware/stub/utility_stub.c |
| index 3a538100ab28ec30c157cba93dbc138431648ecb..a41e3a3d3ca08c75ce8bc4c07fcae08263d5794c 100644 |
| --- a/vboot_firmware/stub/utility_stub.c |
| +++ b/vboot_firmware/stub/utility_stub.c |
| @@ -12,6 +12,7 @@ |
| #include <stdarg.h> |
| #include <stdio.h> |
| #include <stdlib.h> |
| +#include <string.h> |
| void error(const char *format, ...) { |
| va_list ap; |