summaryrefslogtreecommitdiff
path: root/firmware/lib/cgptlib/include/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/cgptlib/include/crc32.h')
-rw-r--r--firmware/lib/cgptlib/include/crc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/lib/cgptlib/include/crc32.h b/firmware/lib/cgptlib/include/crc32.h
index 23361138..e2825ced 100644
--- a/firmware/lib/cgptlib/include/crc32.h
+++ b/firmware/lib/cgptlib/include/crc32.h
@@ -5,7 +5,7 @@
#ifndef VBOOT_REFERENCE_GPT_CRC32_H_
#define VBOOT_REFERENCE_GPT_CRC32_H_
-#include "sysincludes.h"
+#include "2sysincludes.h"
uint32_t Crc32(const void *buffer, uint32_t len);