]>
Commit | Line | Data |
---|---|---|
2f8d396b PT |
1 | /* |
2 | * Copyright 2009 Extreme Engineering Solutions, Inc. | |
3 | * | |
a53002f4 | 4 | * SPDX-License-Identifier: LGPL-2.0+ |
2f8d396b PT |
5 | */ |
6 | ||
7 | /* | |
8 | * Include additional files required for supporting different operating systems | |
9 | */ | |
37566090 | 10 | #include "compiler.h" |
2f8d396b PT |
11 | #ifdef __MINGW32__ |
12 | #include "mingw_support.c" | |
13 | #endif | |
6f261854 | 14 | #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L |
64b15021 MF |
15 | #include "getline.c" |
16 | #endif |