diff --git a/scp.c b/scp.c index 0e052ef5..e84149b3 100644 --- a/scp.c +++ b/scp.c @@ -242,7 +242,9 @@ #include #endif +#ifndef MAX #define MAX(a,b) (((a) >= (b)) ? (a) : (b)) +#endif /* search logical and boolean ops */