summaryrefslogtreecommitdiff
path: root/pqsort.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-05-28 18:25:22 +0200
committerantirez <antirez@gmail.com>2009-05-28 18:25:22 +0200
commit144d479b7cd6f503d97f9d9ef3115839a0fa53c3 (patch)
tree969b5f67b41b365892059b8d233b957269061d15 /pqsort.c
parent3fd78bcd45338e96f761b558bfa68e83a8141f0b (diff)
downloadredis-144d479b7cd6f503d97f9d9ef3115839a0fa53c3.tar.gz
minor fix for Solaris boxes
Diffstat (limited to 'pqsort.c')
-rw-r--r--pqsort.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pqsort.c b/pqsort.c
index c49d077ec..8e2b12483 100644
--- a/pqsort.c
+++ b/pqsort.c
@@ -37,6 +37,8 @@
* SUCH DAMAGE.
*/
+#define __P(protos) protos
+
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
#if 0