updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vilefault / inttypes.patch
blob5ae6c82ace1cc9c1fa23934c93c3bd6c79c48775
1 --- util.c.old 2009-06-15 22:20:05.995651314 -0400
2 +++ util.c 2009-06-15 22:25:44.985410820 -0400
3 @@ -2,6 +2,7 @@
4 #include <stdlib.h>
5 #include <string.h>
6 #include <unistd.h>
7 +#include <inttypes.h>
9 #include "util.h"
11 --- vfdecrypt.h.old 2009-06-15 22:21:00.045436610 -0400
12 +++ vfdecrypt.h 2009-06-15 22:25:55.905411197 -0400
13 @@ -2,6 +2,8 @@
15 #define _FVDECRYPT_H 1
17 +#include <inttypes.h>
19 /* length of message digest output in bytes (160 bits) */
20 #define MD_LENGTH 20
21 /* length of cipher key in bytes (128 bits) */