mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Fix building on macOS
This commit is contained in:
parent
cbadeb5e9a
commit
7bb8433c8b
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@
|
|||
#include <structmember.h>
|
||||
#include "colors.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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue