summaryrefslogtreecommitdiff
path: root/server/bdump.c
diff options
context:
space:
mode:
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:
*