From: antirez Date: Thu, 28 May 2009 16:26:28 +0000 (+0200) Subject: minor fix for Solaris boxes X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/edd9f775f0b51f031a04c7fc7573b276d152a74f?hp=144d479b7cd6f503d97f9d9ef3115839a0fa53c3 minor fix for Solaris boxes --- diff --git a/pqsort.c b/pqsort.c index 8e2b1248..59dedcbc 100644 --- a/pqsort.c +++ b/pqsort.c @@ -37,7 +37,9 @@ * SUCH DAMAGE. */ +#ifndef __P #define __P(protos) protos +#endif #include #if defined(LIBC_SCCS) && !defined(lint)