Skip to content

Commit cef2bac

Browse files
committed
Fix building on old Apple systems
1 parent ba3af8f commit cef2bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kitty/data-types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// Required minimum OpenGL version
2525
#define OPENGL_REQUIRED_VERSION_MAJOR 3
2626
#ifdef __APPLE__
27+
#include <xlocale.h>
2728
#define OPENGL_REQUIRED_VERSION_MINOR 3
2829
#else
2930
#define OPENGL_REQUIRED_VERSION_MINOR 1

0 commit comments

Comments
 (0)