diff options
Diffstat (limited to 'net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h')
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h b/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h new file mode 100644 index 000000000000..1d0262dde5da --- /dev/null +++ b/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h @@ -0,0 +1,13 @@ +--- kmess/crypt/globalstuff.h.orig Fri May 21 04:00:44 2004 ++++ kmess/crypt/globalstuff.h Sun Jun 4 13:48:21 2006 +@@ -16,9 +16,9 @@ + + #include "config.h" + ++#include <sys/types.h> + #include <string> + #include <sstream> +-#include <stdint.h> + + /** convert something to string using ostringstream */ + template <class T> inline |