poco: moved to github
[packages.git] / utils / cksfv / patches / 001-missing_inttypes_h.patch
1 --- a/src/cksfv.h       2009-04-12 09:04:10.000000000 -0700
2 +++ b/src/cksfv.h       2014-03-06 14:18:21.020889903 -0800
3 @@ -5,6 +5,7 @@
4  #include <sys/types.h>
5  #include <sys/stat.h>
6  #include <fcntl.h>
7 +#include <inttypes.h>
8  
9  #include "config.h"
10  
11 --- a/src/crc32.c       2009-04-12 09:04:10.000000000 -0700
12 +++ b/src/crc32.c       2014-03-06 14:44:20.836871963 -0800
13 @@ -18,6 +18,7 @@
14  
15  #include <unistd.h>
16  #include <errno.h>
17 +#include <inttypes.h>
18  
19  #include "config.h"
20