--- ./ccache.h 2015-10-08 15:12:14.000000000 -0400 +++ ./ccache.h 2015-10-21 16:31:54.290193000 -0400 @@ -276,6 +276,8 @@ # define PATH_DELIM ":" #endif +#ifndef MAX #define MAX(a, b) (((a) > (b)) ? (a) : (b)) +#endif #endif /* ifndef CCACHE_H */