]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/os_support.c
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / tools / os_support.c
index 5b919aa867e6dabb03e4581f97173841ce8252b8..1ed89e6c85c4fde975c28a2bebedfcbbc8741a69 100644 (file)
@@ -23,3 +23,6 @@
 #ifdef __MINGW32__
 #include "mingw_support.c"
 #endif
+#ifdef __APPLE__
+#include "getline.c"
+#endif