X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fos_support.c;h=6890c3183f656efe5c9a284dfce9ee8a1cbeb3b3;hb=d181191e1215204d825db7837ed2c64a5196a734;hp=21e43c876a9f4fc9c33b9bde7c635068920ced12;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=oweals%2Fu-boot.git diff --git a/tools/os_support.c b/tools/os_support.c index 21e43c876a..6890c3183f 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -3,13 +3,12 @@ * Copyright 2009 Extreme Engineering Solutions, Inc. */ +#include "compiler.h" + /* * 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