mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 16:05:02 +02:00
Fix building on macOS
This commit is contained in:
@@ -9,7 +9,9 @@
|
|||||||
#include <structmember.h>
|
#include <structmember.h>
|
||||||
#include "colors.h"
|
#include "colors.h"
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
float strtof_l(const char *restrict nptr, char **restrict endptr, locale_t locale);
|
#ifdef __APPLE__
|
||||||
|
#include <xlocale.h>
|
||||||
|
#endif
|
||||||
locale_t c_locale;
|
locale_t c_locale;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user