summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-find_nonzero.h
blob: 71198d554037765c7d14fc14ba0ff5351f4196b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
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)