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

Unified Diff: vboot_firmware/lib/cgptlib/include/cgptlib.h

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/lib/cgptlib/crc32.c ('k') | vboot_firmware/lib/cgptlib/include/cgptlib_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/cgptlib/include/cgptlib.h
diff --git a/vboot_firmware/lib/cgptlib/include/cgptlib.h b/vboot_firmware/lib/cgptlib/include/cgptlib.h
index 320b5ed8fe4d825d4abd8261ec59d6a61b335555..4eadc817ee61c25dbedb4f2430f0b47cdec470d9 100644
--- a/vboot_firmware/lib/cgptlib/include/cgptlib.h
+++ b/vboot_firmware/lib/cgptlib/include/cgptlib.h
@@ -6,7 +6,7 @@
#ifndef VBOOT_REFERENCE_CGPTLIB_H_
#define VBOOT_REFERENCE_CGPTLIB_H_
-#include <stdint.h>
+#include "sysincludes.h"
enum {
GPT_SUCCESS = 0,
« no previous file with comments | « vboot_firmware/lib/cgptlib/crc32.c ('k') | vboot_firmware/lib/cgptlib/include/cgptlib_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698