1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

o Some structures change size with different configs, so always include

<linux/config.h> first.
This commit is contained in:
steve 2001-09-13 14:03:42 +00:00
parent 67bd53bdd8
commit 6847776ae7

View File

@ -118,6 +118,7 @@
#ifndef DM_INTERNAL_H
#define DM_INTERNAL_H
#include <linux/config.h>
#include <linux/version.h>
#include <linux/major.h>
#include <linux/iobuf.h>