tegra: enable CONFIG_CMD_PART
[platform/kernel/u-boot.git] / tools / os_support.c
index 001fe64..319c0fe 100644 (file)
 /*
  * Include additional files required for supporting different operating systems
  */
+#include "compiler.h"
 #ifdef __MINGW32__
 #include "mingw_support.c"
 #endif
+#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
+#include "getline.c"
+#endif