X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fos_support.h;h=7dcbee4b3e508ecf8c6d50c6143f4f2ecffe0e15;hb=7a5faf089b455a99f9dd79f734d21d02a1b159a4;hp=7bf930e22a3152c47ea620bba4d3b213759fc224;hpb=84efbf4d144ff8aaed3cca036aebb1fe69eff3f4;p=u-boot diff --git a/tools/os_support.h b/tools/os_support.h index 7bf930e22a..7dcbee4b3e 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -28,4 +28,8 @@ #include "mingw_support.h" #endif +#ifdef __APPLE__ +#include "getline.h" +#endif + #endif /* __OS_SUPPORT_H_ */