aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-03-02 18:25:41 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-03-02 18:25:41 -0500
commit50c1e18ab931d9da9bb8710d161dca0ad80b9f07 (patch)
tree532b33da853b297e77af61a1679e7ecc9f545432 /lib
parent899425bb2a75c8a71736039f17d10f73606b181c (diff)
parenteed9d845e84f6b74ce2d1a475020a17f2131e3d0 (diff)
downloade2fsprogs-50c1e18ab931d9da9bb8710d161dca0ad80b9f07.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'lib')
-rw-r--r--lib/blkid/list.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/blkid/list.h b/lib/blkid/list.h
index 7e0ccd77d..eb1c513f6 100644
--- a/lib/blkid/list.h
+++ b/lib/blkid/list.h
@@ -5,6 +5,14 @@
extern "C" {
#endif
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#else
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#endif
+
#ifdef __GNUC__
#define _INLINE_ static __inline__
#else /* For Watcom C */