mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 11:09:16 +02:00
Fix building on macOS
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user