Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: vboot_firmware/stub/utility_stub.c

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/linktest/main.c ('k') | vkernel/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « vboot_firmware/linktest/main.c ('k') | vkernel/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698