--- kadu-core/protocol.h.orig 2008-09-19 15:53:52.000000000 +0200 +++ kadu-core/protocol.h 2009-05-08 16:38:00.000000000 +0200 @@ -14,6 +14,7 @@ #include "status.h" #include "usergroup.h" +#include typedef uint32_t UinType; --- modules/encryption/pkcs1_certificate.h.orig 2009-03-12 14:11:09.000000000 +0100 +++ modules/encryption/pkcs1_certificate.h 2009-05-08 16:38:52.000000000 +0200 @@ -26,6 +26,7 @@ #define PKCS1_CERTIFICATE_H #include +#include /** * PKCS#1 certificate reader/writer (implemented according to the PKCS#1 v2.1 Specification).