Merge branch 'sys_stat.h_macos_only' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2019-06-26 18:01:04 +05:30

View File

@@ -15,12 +15,12 @@
#ifdef __APPLE__
#include <mach-o/dyld.h>
#include <sys/syslimits.h>
#include <sys/stat.h>
#else
#include <limits.h>
#endif
#include <Python.h>
#include <wchar.h>
#include <sys/stat.h>
#define MIN(x, y) ((x) < (y)) ? (x) : (y)
#define MAX_ARGC 1024