summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarel Zak2017-09-19 13:48:52 +0200
committerKarel Zak2017-09-19 13:48:52 +0200
commite163adb83bedb28a4eb3602ae5d6f5769d9d0327 (patch)
treebbbf7618c576d64ae977590f649c78273c085d9d /include
parentbuild-sys: make rfkill optional (and enabled by default) (diff)
downloadkernel-qcow2-util-linux-e163adb83bedb28a4eb3602ae5d6f5769d9d0327.tar.gz
kernel-qcow2-util-linux-e163adb83bedb28a4eb3602ae5d6f5769d9d0327.tar.xz
kernel-qcow2-util-linux-e163adb83bedb28a4eb3602ae5d6f5769d9d0327.zip
build-sys: fix non-blkid compilation
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/partx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/partx.h b/include/partx.h
index 96206bd7c..618a0a498 100644
--- a/include/partx.h
+++ b/include/partx.h
@@ -3,6 +3,7 @@
#include <sys/ioctl.h>
#include <linux/blkpg.h>
+#include <stdint.h>
#ifndef BLKPG_ADD_PARTITION
# define BLKPG_ADD_PARTITION 1