summaryrefslogtreecommitdiffstats
path: root/source/a/jfsutils/jfsutils.inttypes.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/jfsutils/jfsutils.inttypes.h.diff')
-rw-r--r--source/a/jfsutils/jfsutils.inttypes.h.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/jfsutils/jfsutils.inttypes.h.diff b/source/a/jfsutils/jfsutils.inttypes.h.diff
new file mode 100644
index 000000000..51be7e33a
--- /dev/null
+++ b/source/a/jfsutils/jfsutils.inttypes.h.diff
@@ -0,0 +1,11 @@
+--- ./libfs/devices.h.orig 2005-11-22 14:43:55.000000000 -0600
++++ ./libfs/devices.h 2018-09-19 01:55:37.960336102 -0500
+@@ -40,6 +40,8 @@
+ #define ERROR_INVALID_PARAMETER 87
+ #define ERROR_DISK_FULL 112
+
++#include <inttypes.h>
++
+ struct stat;
+
+ int ujfs_get_dev_size(FILE *, int64_t * size);