# HG changeset patch # User John Bailey # Date 1297527708 0 # Node ID a837346f4dfa5141f9c46b32991a9328fcd24f9c # Parent 71262d97b3f97c11a2df49ab54d62f6660e773ed libgadu: Alver determined this is needed to build on HP-UX. diff -r 71262d97b3f9 -r a837346f4dfa libpurple/protocols/gg/lib/libgadu.h --- a/libpurple/protocols/gg/lib/libgadu.h Mon Feb 07 03:39:41 2011 +0000 +++ b/libpurple/protocols/gg/lib/libgadu.h Sat Feb 12 16:21:48 2011 +0000 @@ -117,7 +117,7 @@ typedef unsigned short uint16_t; typedef unsigned int uint32_t; -#if !defined(__CYGWIN__) && !defined(__SunOS) +#if !defined(__CYGWIN__) && !defined(__SunOS) && !defined(_INCLUDE_HPUX_SOURCE) #define __int8_t_defined typedef signed char int8_t; typedef signed short int16_t;