2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2009-03-13 23:54:51 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009 Extreme Engineering Solutions, Inc.
|
|
|
|
*/
|
|
|
|
|
2020-04-18 08:59:09 +00:00
|
|
|
#include "compiler.h"
|
|
|
|
|
2009-03-13 23:54:51 +00:00
|
|
|
/*
|
|
|
|
* Include additional files required for supporting different operating systems
|
|
|
|
*/
|
2020-04-18 08:59:09 +00:00
|
|
|
|
2011-11-24 21:36:16 +00:00
|
|
|
#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
|
2010-01-08 07:48:03 +00:00
|
|
|
#include "getline.c"
|
|
|
|
#endif
|