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