mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Merge pull request #7022 from carlo-bramini/fix-cygwin-1
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <limits.h>
|
||||
#include <assert.h>
|
||||
|
||||
#if defined(__sun) || defined(__illumos__)
|
||||
#if defined(__sun) || defined(__illumos__) || defined(__CYGWIN__)
|
||||
# include <alloca.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user