post: new nor flash test
[oweals/u-boot.git] / tools / os_support.h
index f6f86b04d5749e70dbfc3375623135f4bb79f043..7dcbee4b3e508ecf8c6d50c6143f4f2ecffe0e15 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __OS_SUPPORT_H_
 #define __OS_SUPPORT_H_
 
+#include "compiler.h"
+
 /*
  * Include additional files required for supporting different operating systems
  */
@@ -26,4 +28,8 @@
 #include "mingw_support.h"
 #endif
 
+#ifdef __APPLE__
+#include "getline.h"
+#endif
+
 #endif /* __OS_SUPPORT_H_ */