]> git.sur5r.net Git - u-boot/blobdiff - tools/os_support.c
powerpc: Use lower case for the core names
[u-boot] / tools / os_support.c
index 001fe6476436db9e3022df5de465c35772a03076..319c0fe2a23ed39324293fd3243feb21d1b0ccd3 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