--- Gnu-Mach/i386/i386at/disk.h 2020/09/02 04:36:58 1.1.1.1 +++ Gnu-Mach/i386/i386at/disk.h 2020/09/02 04:49:23 1.1.1.2 @@ -49,6 +49,9 @@ WITH THE USE OR PERFORMANCE OF THIS SOFT * disk.h */ +#ifndef _DISK_H_ +#define _DISK_H_ + /* Grab the public part. */ #include @@ -184,3 +187,4 @@ struct mboot { /* master boot b u_short signature; }; +#endif /* _DISK_H_ */