X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fos_support.h;h=5bf7add39cc5d4fdfcfa20cd4528d596c855b75e;hb=781322755f11b8f75f6a0a93ae51d36cd7862be1;hp=7bf930e22a3152c47ea620bba4d3b213759fc224;hpb=cb32ed1fc298875845f166d326a3f2704a0d5364;p=u-boot diff --git a/tools/os_support.h b/tools/os_support.h index 7bf930e22a..5bf7add39c 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -28,4 +28,8 @@ #include "mingw_support.h" #endif +#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L +#include "getline.h" +#endif + #endif /* __OS_SUPPORT_H_ */