aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/utils.c b/plugins/utils.c
index 474206b9..aaa9fe5a 100644
--- a/plugins/utils.c
+++ b/plugins/utils.c
@@ -65,6 +65,8 @@ char *strpcat (char *dest, const char *src, const char *str);
* Note that numerically the above does not hold
****************************************************************************/
+#define max(a,b) (((a)>(b))?(a):(b))
+
int
max_state (int a, int b)
{