__APPLE__ doesnt have <nl_types.h>
This commit is contained in:
parent
59a806799f
commit
7d1d67ca78
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
extern "C" {
|
||||
#include <nl_types.h>
|
||||
}
|
||||
#elif defined(__CYGWIN__) || defined(__EMX__)
|
||||
#elif defined(__CYGWIN__) || defined(__EMX__) || defined(__APPLE__)
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
|
Loading…
Reference in a new issue