summaryrefslogtreecommitdiffstats
path: root/fdisk/fdiskbsdlabel.h
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:44 +0100
committerKarel Zak2006-12-07 00:25:44 +0100
commit66ee8158b69525e12060ef558cb5d77feadab1dc (patch)
tree08b30f2d07df9213f5647bc6f60b5090a263ef43 /fdisk/fdiskbsdlabel.h
parentImported from util-linux-2.10m tarball. (diff)
downloadkernel-qcow2-util-linux-66ee8158b69525e12060ef558cb5d77feadab1dc.tar.gz
kernel-qcow2-util-linux-66ee8158b69525e12060ef558cb5d77feadab1dc.tar.xz
kernel-qcow2-util-linux-66ee8158b69525e12060ef558cb5d77feadab1dc.zip
Imported from util-linux-2.10s tarball.
Diffstat (limited to 'fdisk/fdiskbsdlabel.h')
-rw-r--r--fdisk/fdiskbsdlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/fdiskbsdlabel.h b/fdisk/fdiskbsdlabel.h
index 68747d48e..e46e02614 100644
--- a/fdisk/fdiskbsdlabel.h
+++ b/fdisk/fdiskbsdlabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-#include <linux/types.h> /* for __u32 etc */
+#include <linux/types.h> /* for __u32, __u16, __u8, __s16 */
#ifndef BSD_DISKMAGIC /* perhaps from <linux/genhd.h> */
#define BSD_DISKMAGIC ((__u32) 0x82564557)