mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Fix build on macOS 10.10 Yosemite
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef __APPLE__
|
||||
// This include is required on macOS 10.10 for locale_t
|
||||
#include <xlocale.h>
|
||||
#endif
|
||||
|
||||
#include <ctime>
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user