From: Timo Sirainen Date: Wed, 11 May 2011 13:58:07 +0000 (+0300) Subject: Compile fix for HP-UX X-Git-Tag: 2.0.13~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9ecc62c9fedd89c8ffaa16edb6aae489895e41;p=thirdparty%2Fdovecot%2Fcore.git Compile fix for HP-UX --- diff --git a/src/lib/compat.h b/src/lib/compat.h index f90c4e40af..0bc7693094 100644 --- a/src/lib/compat.h +++ b/src/lib/compat.h @@ -1,7 +1,7 @@ #ifndef COMPAT_H #define COMPAT_H -#if defined (HAVE_INTTYPES_H) && defined(__osf__) +#if defined (HAVE_INTTYPES_H) && (defined(__osf__) || defined(_HPUX_SOURCE)) # include #endif