summaryrefslogtreecommitdiff
path: root/src/common/blkdev.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/blkdev.cc')
-rw-r--r--src/common/blkdev.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/blkdev.cc b/src/common/blkdev.cc
index 22b0aa67b3e..b0dc0a54e9e 100644
--- a/src/common/blkdev.cc
+++ b/src/common/blkdev.cc
@@ -1,8 +1,8 @@
-#include <inttypes.h>
+#include "include/int_types.h"
+
#include <fcntl.h>
#include <sys/ioctl.h>
#include <errno.h>
-
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mount.h>