From 4b54a6471a8f98eb8bc1ea1694a8f3a3a433e538 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 12 Sep 2022 09:02:08 -0400 Subject: Fix limits.h inclusion for cygwin --- src/tramp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tramp.c b/src/tramp.c index 19707fb..9cec81e 100644 --- a/src/tramp.c +++ b/src/tramp.c @@ -52,7 +52,7 @@ #include #endif #ifdef __CYGWIN__ -#include +#include #endif #endif -- cgit v1.2.1