summaryrefslogtreecommitdiff
path: root/basicmbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'basicmbr.h')
-rw-r--r--basicmbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicmbr.h b/basicmbr.h
index b809856..21f962e 100644
--- a/basicmbr.h
+++ b/basicmbr.h
@@ -34,6 +34,7 @@ struct TempMBR {
struct MBRRecord partitions[4];
uint16_t MBRSignature;
}; // struct TempMBR
+#pragma pack ()
// Possible states of the MBR
enum MBRValidity {invalid, gpt, hybrid, mbr};