summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-find_nonzero.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dd_rescue/files/patch-find_nonzero.h')
-rw-r--r--sysutils/dd_rescue/files/patch-find_nonzero.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/dd_rescue/files/patch-find_nonzero.h b/sysutils/dd_rescue/files/patch-find_nonzero.h
new file mode 100644
index 000000000000..71198d554037
--- /dev/null
+++ b/sysutils/dd_rescue/files/patch-find_nonzero.h
@@ -0,0 +1,10 @@
+--- find_nonzero.h.orig 2014-01-18 17:32:44.000000000 +0900
++++ find_nonzero.h 2014-01-18 17:33:03.000000000 +0900
+@@ -12,6 +12,7 @@
+
+ #include <string.h>
+ #include <sys/types.h>
++#include <stdint.h>
+
+ #ifdef HAVE_FFS
+ # define myffs(x) ffs(x)