From d8a5d49c2d8359b3f5896a8487fac135e870c80c Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Sat, 6 Feb 2016 15:56:11 +0100 Subject: [PATCH] Include for ptrdiff_t --- CHANGES | 3 +++ sysincludes.h | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index e6c0bd6..4a5cefa 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ corrections: Failing name resolution could lead to SIGSEGV Thanks to Max for reporting this issue. + Include for ptrdiff_t + Thanks to Jeroen Roovers for reporting this issue. + testing: socks4echo.sh and socks4a-echo.sh hung with new bash with read -n diff --git a/sysincludes.h b/sysincludes.h index dfc86ca..afcedd3 100644 --- a/sysincludes.h +++ b/sysincludes.h @@ -5,6 +5,7 @@ #ifndef __sysincludes_h_included #define __sysincludes_h_included 1 +#include /* ptrdiff_t */ #if HAVE_STDBOOL_H #include /* bool, true, false */ #endif