From c0de19f23d017509555328783af9cba5d962fd9a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 21 Sep 2017 19:29:13 +0200 Subject: [PATCH] Update --- libretro-common/formats/libchdr/huffman.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libretro-common/formats/libchdr/huffman.c b/libretro-common/formats/libchdr/huffman.c index fb5445f68f..39bab117d7 100644 --- a/libretro-common/formats/libchdr/huffman.c +++ b/libretro-common/formats/libchdr/huffman.c @@ -102,8 +102,7 @@ #include #include "huffman.h" - -#define MAX(x,y) ((x) > (y) ? (x) : (y)) +#include "minmax.h" /*************************************************************************** * MACROS