diff options
Diffstat (limited to 'partx/addpart.c')
-rw-r--r-- | partx/addpart.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/partx/addpart.c b/partx/addpart.c index 11d4305b..004fee53 100644 --- a/partx/addpart.c +++ b/partx/addpart.c @@ -3,6 +3,9 @@ #include <fcntl.h> #include <stdlib.h> #include <sys/ioctl.h> +#ifdef HAVE_LINUX_COMPILER_H +#include <linux/compiler.h> +#endif #include <linux/blkpg.h> int |