diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index cc753954f..c6aa7fcfd 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -3,6 +3,10 @@ */ #include "e.h" +#ifndef MAX +# define MAX(x, y) (((x) > (y)) ? (x) : (y)) +#endif + #define INITS #define ACT_GO(name) \ { \