]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/os_support.c
x86: Add some missing includes
[karo-tx-uboot.git] / tools / os_support.c
index 5b919aa867e6dabb03e4581f97173841ce8252b8..319c0fe2a23ed39324293fd3243feb21d1b0ccd3 100644 (file)
@@ -23,3 +23,6 @@
 #ifdef __MINGW32__
 #include "mingw_support.c"
 #endif
+#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
+#include "getline.c"
+#endif