X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fos_support.c;h=6890c3183f656efe5c9a284dfce9ee8a1cbeb3b3;hb=4d131cdb6762694fc1a66d6b3e39a82f9ec691cf;hp=f7651d0e1fb5b449fe0a1a2931fc9c82c13e520d;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=oweals%2Fu-boot.git diff --git a/tools/os_support.c b/tools/os_support.c index f7651d0e1f..6890c3183f 100644 --- a/tools/os_support.c +++ b/tools/os_support.c @@ -1,16 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2009 Extreme Engineering Solutions, Inc. - * - * SPDX-License-Identifier: LGPL-2.0+ */ +#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