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

Unified Diff: src/platform/vboot_reference/utils/kernel_utility.cc

Issue 668100: Include missing header. (Closed)
Patch Set: Created 10 years, 10 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 | « src/platform/vboot_reference/utils/firmware_utility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/utils/kernel_utility.cc
diff --git a/src/platform/vboot_reference/utils/kernel_utility.cc b/src/platform/vboot_reference/utils/kernel_utility.cc
index 4a90d3c5f834b9d1d2e9a9649932185bd684f37e..4e12c6d6a4402950599637322ea25a25727fc758 100644
--- a/src/platform/vboot_reference/utils/kernel_utility.cc
+++ b/src/platform/vboot_reference/utils/kernel_utility.cc
@@ -9,6 +9,7 @@
#include <errno.h>
#include <getopt.h>
+#include <stdio.h>
#include <stdint.h> // Needed for UINT16_MAX.
#include <stdlib.h>
#include <unistd.h>
« no previous file with comments | « src/platform/vboot_reference/utils/firmware_utility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698