X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fos_support.c;h=1ed89e6c85c4fde975c28a2bebedfcbbc8741a69;hb=aeabdeb7a33c9cff9ae0cd804521d0d691a7c341;hp=5b919aa867e6dabb03e4581f97173841ce8252b8;hpb=84efbf4d144ff8aaed3cca036aebb1fe69eff3f4;p=u-boot diff --git a/tools/os_support.c b/tools/os_support.c index 5b919aa867..1ed89e6c85 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -23,3 +23,6 @@ #ifdef __MINGW32__ #include "mingw_support.c" #endif +#ifdef __APPLE__ +#include "getline.c" +#endif