diff options
Diffstat (limited to 'app-crypt/xca/files/xca-0.7.0-gcc44.patch')
-rw-r--r-- | app-crypt/xca/files/xca-0.7.0-gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/xca/files/xca-0.7.0-gcc44.patch b/app-crypt/xca/files/xca-0.7.0-gcc44.patch new file mode 100644 index 000000000000..2889b6f00180 --- /dev/null +++ b/app-crypt/xca/files/xca-0.7.0-gcc44.patch @@ -0,0 +1,11 @@ +diff -ur xca-0.7.0.orig/lib/db.h xca-0.7.0/lib/db.h +--- xca-0.7.0.orig/lib/db.h 2009-09-11 00:08:25.000000000 +0300 ++++ xca-0.7.0/lib/db.h 2009-10-18 20:52:31.000000000 +0300 +@@ -8,6 +8,7 @@ + #ifndef _XCA_DB_H_ + #define _XCA_DB_H_ + ++#include <stdint.h> + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> |