]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/os_support.h
patman: Add -a option to refrain from test-applying the patches
[karo-tx-uboot.git] / tools / os_support.h
index 7bf930e22a3152c47ea620bba4d3b213759fc224..5bf7add39cc5d4fdfcfa20cd4528d596c855b75e 100644 (file)
@@ -28,4 +28,8 @@
 #include "mingw_support.h"
 #endif
 
+#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
+#include "getline.h"
+#endif
+
 #endif /* __OS_SUPPORT_H_ */