summaryrefslogtreecommitdiff
blob: 2889b6f0018066b53b2783c7b3c54adbfd3c65e2 (plain)
1
2
3
4
5
6
7
8
9
10
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>