summaryrefslogtreecommitdiff
path: root/basicmbr.h
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-01-13 14:33:54 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-01-13 14:33:54 -0500
commit273fff5c84288f3c09b32521d1217619e9cc079e (patch)
treeb2762f5491289625c7784762e5bd36a81c5fdaa5 /basicmbr.h
parentb160f90589abf830a704dc8d1482306bf7fa77cf (diff)
downloadsgdisk-273fff5c84288f3c09b32521d1217619e9cc079e.tar.gz
Adjust position of multiple-inclusion protection in .h files
Diffstat (limited to 'basicmbr.h')
-rw-r--r--basicmbr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/basicmbr.h b/basicmbr.h
index 504e039..f4b0e45 100644
--- a/basicmbr.h
+++ b/basicmbr.h
@@ -3,14 +3,14 @@
/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
+#ifndef __BASICMBRSTRUCTS
+#define __BASICMBRSTRUCTS
+
#include <stdint.h>
#include <sys/types.h>
#include "diskio.h"
#include "mbrpart.h"
-#ifndef __BASICMBRSTRUCTS
-#define __BASICMBRSTRUCTS
-
#define MBR_SIGNATURE UINT16_C(0xAA55)
// Maximum number of MBR partitions