summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-07-14 03:33:56 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-07-14 03:33:56 +0000
commit827e165e5b80d999a8a30b3292f9bbb4a8c772e1 (patch)
tree82ddcbe10df5f4719e4d374927f5da21d6310fd0 /server/bdump.c
parente45b68bc34c737af3002555981e6d07ec4b00f8a (diff)
Build on solaris
Diffstat (limited to 'server/bdump.c')
-rw-r--r--server/bdump.c4
1 files changed, 4 insertions, 0 deletions
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:
*