X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=disk%2Fpart_mac.c;h=e65930d8e7500f5391d6bd3264563aea6df6d97d;hb=ee4983f73a067b07c8b2d7776c6405f535087823;hp=e31bc9060c700668c8e6453fd245572626bb2c6c;hpb=ec6bc928bbe852a5dae242d24cfd28f868f6286c;p=u-boot diff --git a/disk/part_mac.c b/disk/part_mac.c index e31bc9060c..e65930d8e7 100644 --- a/disk/part_mac.c +++ b/disk/part_mac.c @@ -19,7 +19,7 @@ #include #include "part_mac.h" -#ifdef HAVE_BLOCK_DEVICE +#ifdef CONFIG_HAVE_BLOCK_DEVICE /* stdlib.h causes some compatibility problems; should fixe these! -- wd */ #ifndef __ldiv_t_defined