X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fos_support.c;h=319c0fe2a23ed39324293fd3243feb21d1b0ccd3;hb=6770c5e2e8036fbae236809d293d15a7af3e4b14;hp=001fe6476436db9e3022df5de465c35772a03076;hpb=2f8d396b9302eddcd8d552648e101a46b7a80acd;p=u-boot diff --git a/tools/os_support.c b/tools/os_support.c index 001fe64764..319c0fe2a2 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -19,6 +19,10 @@ /* * 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