From 827e165e5b80d999a8a30b3292f9bbb4a8c772e1 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Tue, 14 Jul 2009 03:33:56 +0000 Subject: Build on solaris --- server/bdump.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/bdump.c') diff --git a/server/bdump.c b/server/bdump.c index 9f2c506..2de30b0 100644 --- a/server/bdump.c +++ b/server/bdump.c @@ -20,6 +20,10 @@ static const char rcsid_bdump_c[] = "$Id$"; #endif /* lint */ +#ifndef MIN +#define MIN(x, y) ((x) < (y) ? (x) : (y)) +#endif + /* * External functions are: * -- cgit v1.2.3