X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fos_support.c;h=5b919aa867e6dabb03e4581f97173841ce8252b8;hb=01df521217957d77d53c2d570183eded7030938f;hp=001fe6476436db9e3022df5de465c35772a03076;hpb=2f8d396b9302eddcd8d552648e101a46b7a80acd;p=oweals%2Fu-boot.git diff --git a/tools/os_support.c b/tools/os_support.c index 001fe64764..5b919aa867 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -19,6 +19,7 @@ /* * Include additional files required for supporting different operating systems */ +#include "compiler.h" #ifdef __MINGW32__ #include "mingw_support.c" #endif